proteus icon indicating copy to clipboard operation
proteus copied to clipboard

should provide an exceptionHandler in controller?

Open easykoala opened this issue 4 years ago • 0 comments

e.g catch all errors in controller:

@ExceptionHandler
public ServerResponse<Result> errorHandle(ServerRequest request){
     .....
     return response(result);
}

easykoala avatar Jul 09 '20 08:07 easykoala