ringfinger/data/classes/exception/DatabaseException.php
2020-08-17 23:46:58 +02:00

7 lines
78 B
PHP

<?php
declare(strict_types=1);
class DatabaseException extends Exception
{
}