vertx-web icon indicating copy to clipboard operation
vertx-web copied to clipboard

Catch all error handler

Open code-brazier opened this issue 1 year ago • 0 comments
trafficstars

Allow users to specify a catch all error handler, in case the error handler for a specific (unexpected) status code is missing.

For example, if a 415 error handler is missing, a catch all error handler would still be able to log information for identifying what went wrong.

I think it's an easy enough a change that I could implement it.

code-brazier avatar Jul 15 '24 01:07 code-brazier