Files
Adrian Nöthlich 290736650a Add upstream plugins
Signed-off-by: Adrian Nöthlich <git@promasu.tech>
2019-10-25 22:42:20 +02:00

15 lines
279 B
PHP

<?php
/**
* In case of database schema modification failure this exception is thrown
*
* @author Time.ly Network Inc.
* @since 2.0
*
* @package AI1EC
* @subpackage AI1EC.Database.Exception
*/
class Ai1ec_Database_Schema_Exception extends Ai1ec_Exception
{
}