10 lines
122 B
PHP
10 lines
122 B
PHP
|
<?php
|
||
|
|
||
|
namespace Nest\Database\Exceptions;
|
||
|
|
||
|
use Nest\Exceptions\Exception;
|
||
|
|
||
|
class DatabaseException extends Exception
|
||
|
{
|
||
|
}
|