master
<?php declare(strict_types = 1); namespace mheinzerling\commons\database; class DatabaseException extends \Exception { }