mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-21 07:35:34 +08:00
10 lines
78 B
PHP
10 lines
78 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
|
||
|
|
namespace ZM\Exception;
|
||
|
|
|
||
|
|
|
||
|
|
class InitException extends ZMException
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|