all-in-one-event-calendar/app/model/event/not-found-exception.php

14 lines
204 B
PHP
Raw Permalink Normal View History

2017-03-16 16:59:53 +01:00
<?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 {
}