all-in-one-event-calendar/lib/exception/error.php
2017-03-16 16:59:53 +01:00

13 lines
No EOL
249 B
PHP

<?php
/**
* Exception that is raised when a PHP error happens in our plugin.
*
* @author Time.ly Network Inc
* @since 2.0
*
* @package AI1EC
* @subpackage AI1EC.Exception
*/
class Ai1ec_Error_Exception extends ErrorException {
}