Initial Commit
This commit is contained in:
+10
@@ -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