Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/vendor/voku/.././psr/./simple-cache/src
الملفات الموجودة في هذا الـ Path:
.
..
CacheException.php
CacheInterface.php
InvalidArgumentException.php
مشاهدة ملف: InvalidArgumentException.php
<?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
{
}