mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
install
This commit is contained in:
12
nexus/Database/DatabaseException.php
Normal file
12
nexus/Database/DatabaseException.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace Nexus\Database;
|
||||
|
||||
class DatabaseException extends \Exception
|
||||
{
|
||||
|
||||
public function __construct($message, $query = '')
|
||||
{
|
||||
parent::__construct("$message [$query]");
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user