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

14 lines
No EOL
204 B
PHP

<?php
/**
* Event not found.
*
* @author Time.ly Network Inc.
* @since 2.0
*
* @package AI1EC
* @subpackage AI1EC.Model
*/
class Ai1ec_Event_Not_Found_Exception extends Exception {
}