Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/../vendor/ralouphie/../paytm/../sebastian/././../maennchen/../psr/cache/src/.
الملفات الموجودة في هذا الـ Path:
.
..
CacheException.php
CacheItemInterface.php
CacheItemPoolInterface.php
InvalidArgumentException.php

مشاهدة ملف: InvalidArgumentException.php

<?php

namespace Psr\Cache;

/**
 * Exception interface for invalid cache arguments.
 *
 * Any time an invalid argument is passed into a method it must throw an
 * exception class which implements Psr\Cache\InvalidArgumentException.
 */
interface InvalidArgumentException extends CacheException
{
}