Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/uploads/../../vendor/webmozart/assert/../../stripe/./../dflydev/../nunomaduro/../psr/././../bin/../nunomaduro/../nunomaduro/./../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
{
}