13 lines
255 B
PHP
13 lines
255 B
PHP
|
<?php
|
||
|
|
||
|
/**
|
||
|
* Exception thrown when failing to write to cache.
|
||
|
*
|
||
|
* @author Time.ly Network, Inc.
|
||
|
* @since 2.0
|
||
|
* @package Ai1EC
|
||
|
* @subpackage Ai1EC.Cache.Exception
|
||
|
*/
|
||
|
class Ai1ec_Cache_Write_Exception extends Ai1ec_Exception {
|
||
|
|
||
|
}
|