Open code-brazier opened 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.
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.