File Manager Lite
Dir:
/home/codewavebd/public_html/vendor/psr/simple-cache/src
Upload
[..]
CacheInterface.php (4.71 KB)
Edit
Rename
Del
InvalidArgumentException.php (260 B)
Edit
Rename
Del
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 { }
Simpan