Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/vendor/theseer/../egulias/.././unicodeveloper/.././nunomaduro/../mews/../maennchen/../theseer/../monolog/../phpoffice/../maennchen/../symfony/process/./../deprecation-contracts/.././mailjet-mailer/../../nette/../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
{
}