Database/src/Exceptions/DatabaseException.php

9 lines
122 B
PHP

<?php
namespace Nest\Database\Exceptions;
use Nest\Exceptions\Exception;
class DatabaseException extends Exception
{
}