There was an error fetching the commit references. Please try again later.
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.
-
mentioned in commit dfa2ca4b
-
mentioned in merge request !52 (merged)
Please register or sign in to comment