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

14 lines
247 B
PHP

<?php
/**
* Indicates a failure that happens during event save operation.
*
* @author Time.ly Network Inc.
* @since 2.1
*
* @package AI1EC
* @subpackage AI1EC.Model
*/
class Ai1ec_Event_Create_Exception extends Exception {
}