|
@@ -38,7 +38,7 @@ public class GlobalExceptionHandler {
|
|
|
*/
|
|
|
@ResponseBody
|
|
|
@ExceptionHandler(value = com.fdkankan.ucenter.exception.BusinessException.class)
|
|
|
- public Result businessExceptionHandler2(BusinessException e) {
|
|
|
+ public Result businessExceptionHandler2(com.fdkankan.ucenter.exception.BusinessException e) {
|
|
|
return Result.failure(e.getCode(), e.getMessage());
|
|
|
}
|
|
|
}
|