all-in-one-event-calendar/app/controller/exception/engine-not-set.php

13 lines
255 B
PHP
Raw Normal View History

2017-03-16 16:59:53 +01:00
<?php
/**
* The exception thrown when an engine is not set..
*
* @author Time.ly Network Inc.
* @since 2.0
*
* @package AI1EC
* @subpackage AI1EC.Controller.Exception
*/
class Ai1ec_Engine_Not_Set_Exception extends Ai1ec_Exception {
}