Core/src/Exceptions/DbRuntimeException.php

8 lines
92 B
PHP
Raw Normal View History

2020-09-01 16:31:46 +00:00
<?php
namespace Benzine\Exceptions;
class DbRuntimeException extends BenzineException
{
}