mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-05 17:42:49 +08:00
增加扩展机制定位文件;将common模块实现扩展模式;发布新版本;
This commit is contained in:
9
extend/base/common/exception/EventExceptionBase.php
Normal file
9
extend/base/common/exception/EventExceptionBase.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace extend\base\commno\exception;
|
||||
|
||||
use Exception;
|
||||
|
||||
class EventExceptionBase extends Exception
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user