all-in-one-event-calendar/lib/database/exception/update.php

12 lines
264 B
PHP
Raw Normal View History

2017-03-16 16:59:53 +01:00
<?php
/**
* In case of database update failure this exception is thrown
*
* @author Time.ly Network Inc.
* @since 2.0
*
* @package AI1EC
* @subpackage AI1EC.Database.Exception
*/
class Ai1ec_Database_Update_Exception extends Ai1ec_Exception {
}