mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-06-15 08:07:31 +08:00
install
This commit is contained in:
@@ -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