. * * ========================= * * This file contains DatabaseException class * * @category Common * @package DmarcSrg * @author Aleksey Andreev (liuch) * @license https://www.gnu.org/licenses/gpl-3.0.html GNU/GPLv3 */ namespace Liuch\DmarcSrg\Exception; /** * Represents an error in the database */ class DatabaseException extends RuntimeException { }