Core/src/Exceptions/DbRuntimeException.php

7 lines
92 B
PHP

<?php
namespace Benzine\Exceptions;
class DbRuntimeException extends BenzineException
{
}