golden hour
/opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/psr/simple-cache/src
⬆️ Go Up
Upload
File/Folder
Size
Actions
CacheException.php
192 B
Del
OK
CacheInterface.php
4.66 KB
Del
OK
InvalidArgumentException.php
279 B
Del
OK
Edit: InvalidArgumentException.php
<?php namespace RectorPrefix202411\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 { }
Save