all-in-one-event-calendar/lib/cache/exception/write.php
2017-11-09 17:36:04 +01:00

13 lines
No EOL
254 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 {
}