Core/src/Exceptions/DbRuntimeException.php

7 lines
117 B
PHP

<?php
declare(strict_types=1);
namespace Benzine\Exceptions;
class DbRuntimeException extends BenzineException {}