JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "InvalidArgumentException.php"
Full Path: /var/www/laravel_filter/Modules/PaymentGateway/vendor/psr/simple-cache/src/InvalidArgumentException.php
File size: 260 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Psr\SimpleCache;
/**
* Exception interface for invalid cache arguments.
*
* When an invalid argument is passed it must throw an exception which implements
* this interface
*/
interface InvalidArgumentException extends CacheException
{
}