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