golden hour
/home/doctorbruno/.trash/google-site-kit.1/third-party/psr/cache/src
⬆️ Go Up
Upload
File/Folder
Size
Actions
CacheException.php
172 B
Del
OK
CacheItemInterface.php
3.71 KB
Del
OK
CacheItemPoolInterface.php
4.31 KB
Del
OK
InvalidArgumentException.php
328 B
Del
OK
Edit: InvalidArgumentException.php
<?php namespace Google\Site_Kit_Dependencies\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 { }
Save