File "InvalidArgumentException.php"
Full Path: /home/fundopuh/trader.fxex.org/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
{
}