golden hour
/home/phakp/public_html/erp/includes/Psr/simple-cache/src
⬆️ Go Up
Upload
File/Folder
Size
Actions
CacheException.php
154 B
Del
OK
CacheInterface.php
4.5 KB
Del
OK
InvalidArgumentException.php
260 B
Del
OK
Edit: 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 { }
Save