Initial Commit
This commit is contained in:
10
dependencies/psr/cache/src/CacheException.php
vendored
Normal file
10
dependencies/psr/cache/src/CacheException.php
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace WP_Ultimo\Dependencies\Psr\Cache;
|
||||
|
||||
/**
|
||||
* Exception interface for all exceptions thrown by an Implementing Library.
|
||||
*/
|
||||
interface CacheException extends \Throwable
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user