mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-03-19 13:44:52 +08:00
12 lines
90 B
PHP
12 lines
90 B
PHP
<?php
|
|
|
|
|
|
namespace ZM\Exception;
|
|
|
|
|
|
use Exception;
|
|
|
|
class DbException extends Exception
|
|
{
|
|
|
|
} |