Skip to content
Snippets Groups Projects
Commit 56fe085e authored by Paul-Christian Volkmer's avatar Paul-Christian Volkmer
Browse files

Add a default exception handler to catch non handled exceptions

The default exception handles all excaptions not handled by the
following handle methods.

It creates a response, containing the HTTP status description
and the exception message.
This response can be serialized into JSON.
parent b8bee647
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment