Database/src/Exceptions/DatabaseException.php

10 lines
122 B
PHP
Raw Normal View History

2024-11-08 16:33:44 +01:00
<?php
namespace Nest\Database\Exceptions;
use Nest\Exceptions\Exception;
class DatabaseException extends Exception
{
}