Core/src/Exceptions/DbConfigException.php

7 lines
91 B
PHP

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