File "InvalidArgumentException-20250814184354-20250815090645.php"
Full path: /home/humancap/cl.humancap.com.my/vendor/twig/InvalidArgumentException-20250814184354-20250815090645.php
File
size: 260 B B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?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
{
}