Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/./../app/.././../../finland.picotech.app/public_html/storage/../vendor/./phpoption/../laravel/../nikic/../voku/./../alexandr-mironov/../yajra/./../twilio/../masterminds/../plivo/../brick/../vlucas/../stripe/../lcobucci/./../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
{
}