Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/vendor/voku/../././psr/simple-cache/src
الملفات الموجودة في هذا الـ Path:
.
..
CacheException.php
CacheInterface.php
InvalidArgumentException.php
مشاهدة ملف: CacheException.php
<?php
namespace Psr\SimpleCache;
/**
* Interface used for all types of exceptions thrown by the implementing library.
*/
interface CacheException extends \Throwable
{
}