Closed
Description
does it make sense to return JSONAPI errors on uncaught server errors?
for example, I'm getting a 404, cause I'm bad at databasing, and the response body is empty.
imo, it'd be great if there was a response body with the error message text / and or exception class.
maybe this'd be a development mode only thing? idk.