mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-03-17 20:54:52 +08:00
fix DBException syntax error
This commit is contained in:
parent
39b3a74d34
commit
52a195aca2
@ -8,4 +8,8 @@ use ZM\Exception\ZMException;
|
||||
|
||||
class DBException extends ZMException
|
||||
{
|
||||
public function __construct(string $description, int $code = 0, ?\Throwable $previous = null)
|
||||
{
|
||||
parent::__construct($description, '', $code, $previous);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user