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

13 lines
No EOL
255 B
PHP

<?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_File_Not_Found_Exception extends Ai1ec_Exception {
}