yulichang 2023-11-16 20:29:41 +08:00
parent 064c0e3bd2
commit ab27be7f81

View File

@ -427,7 +427,7 @@ public class MPJInterceptor implements Interceptor {
public Object plugin(Object target) {
try {
return Interceptor.super.plugin(target);
} catch (Exception e) {
} catch (Throwable e) {
return Plugin.wrap(target, this);
}
}