Commit 74f73802 by stylefeng

完善注释

parent 7ba4db3d
......@@ -22,8 +22,6 @@ public class BaseControllerExceptionHandler {
/**
* 拦截业务异常
*
* @author fengshuonan
*/
@ExceptionHandler(GunsException.class)
@ResponseStatus(HttpStatus.INTERNAL_SERVER_ERROR)
......@@ -35,8 +33,6 @@ public class BaseControllerExceptionHandler {
/**
* 拦截未知的运行时异常
*
* @author fengshuonan
*/
@ExceptionHandler(RuntimeException.class)
@ResponseStatus(HttpStatus.INTERNAL_SERVER_ERROR)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment