Consider adding JaxrsInternalServerException to kiwi? #684
Closed
sleberknight
started this conversation in
Ideas
Replies: 1 comment
-
This is resolved by #1147 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This would be another JAX-RS exception class (a subclass of
JaxrsException
like all our others). I'm not sure why we didn't already have this, but I came across some code that was doing far too much boilerplate to basically do what this would do, i.e. a 500 error with the kiwi error formatting in the response entity.Beta Was this translation helpful? Give feedback.
All reactions