2017-03-16 16:59:53 +01:00
|
|
|
<?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 {
|
2017-11-09 17:36:04 +01:00
|
|
|
|
2017-03-16 16:59:53 +01:00
|
|
|
}
|