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

15 lines
247 B
PHP
Raw Normal View History

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