13 lines
No EOL
249 B
PHP
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 {
|
|
} |