Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 273 Bytes

File metadata and controls

7 lines (4 loc) · 273 Bytes

Exception Handling

You should catch all exceptions and transform them via JsonApiServer::handleException into a json api response, which can be handled like a normal document response.


prev: Requests | back to README