Initial Commit
This commit is contained in:
10
dependencies/amphp/cache/lib/CacheException.php
vendored
Normal file
10
dependencies/amphp/cache/lib/CacheException.php
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace WP_Ultimo\Dependencies\Amp\Cache;
|
||||
|
||||
/**
|
||||
* MUST be thrown in case a cache operation fails.
|
||||
*/
|
||||
class CacheException extends \Exception
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user