WP File Manager
Current Path:
/
home
/
itutorethiopia
/
public_html
/
vendor
/
psr
/
simple-cache
/
src
/
Name
Action
..
CacheException.php
Edit
CacheInterface.php
Edit
InvalidArgumentException.php
Edit
Editing: 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 { }