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

12 lines
No EOL
255 B
PHP

<?php
/**
* This exception is thrown when no constant function is found.
*
* @author Time.ly Network Inc.
* @since 2.0
*
* @package AI1EC
* @subpackage AI1EC.Config
*/
class Ai1ec_Constants_Not_Set_Exception extends Ai1ec_Exception {
}