Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/vendor/fruitcake/../maennchen/../symfony/mailgun-mailer/../css-selector/../../../vendor/markbaker/./../hamcrest/../dflydev/./../egulias/email-validator/../../authorizenet/../psy/.././webklex/../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
{
}