11 lines
155 B
PHP
11 lines
155 B
PHP
<?php
|
|
|
|
namespace WP_Ultimo\Dependencies\Amp\Cache;
|
|
|
|
/**
|
|
* MUST be thrown in case a cache operation fails.
|
|
*/
|
|
class CacheException extends \Exception
|
|
{
|
|
}
|