mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-06 01:52:48 +08:00
增加扩展机制定位文件;将common模块实现扩展模式;发布新版本;
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
namespace app\commno\exception;
|
||||
|
||||
use Exception;
|
||||
use extend\base\commno\exception\EventExceptionBase;
|
||||
|
||||
class EventException extends Exception
|
||||
class EventException extends EventExceptionBase
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user