mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-23 00:25:35 +08:00
12 lines
136 B
PHP
12 lines
136 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
declare(strict_types=1);
|
||
|
|
|
||
|
|
namespace ZM\Store\Database;
|
||
|
|
|
||
|
|
use ZM\Exception\ZMException;
|
||
|
|
|
||
|
|
class DBException extends ZMException
|
||
|
|
{
|
||
|
|
}
|