Files
zhamao-framework/src/ZM/Store/Database/DBException.php

12 lines
136 B
PHP
Raw Normal View History

<?php
declare(strict_types=1);
namespace ZM\Store\Database;
use ZM\Exception\ZMException;
class DBException extends ZMException
{
}