vert-x3 / vertx-web

HTTP web applications for Vert.x
Apache License 2.0
1.11k stars 536 forks source link

Catch all error handler #2632

Open code-brazier opened 4 months ago

code-brazier commented 4 months ago

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.