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: CacheException.php
<?php namespace RectorPrefix202411\Psr\SimpleCache; /** * Interface used for all types of exceptions thrown by the implementing library. */ interface CacheException extends \Throwable { }
Save