mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-23 00:25:35 +08:00
refactor MySQL component to support SQLite at the same time
This commit is contained in:
11
src/ZM/Store/Database/DBException.php
Normal file
11
src/ZM/Store/Database/DBException.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace ZM\Store\Database;
|
||||
|
||||
use ZM\Exception\ZMException;
|
||||
|
||||
class DBException extends ZMException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user