proteus
proteus copied to clipboard
should provide an exceptionHandler in controller?
e.g catch all errors in controller:
@ExceptionHandler
public ServerResponse<Result> errorHandle(ServerRequest request){
.....
return response(result);
}