We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8a9066 commit e9530deCopy full SHA for e9530de
README.md
@@ -33,7 +33,7 @@ Lanin\Laravel\ApiExceptions\ApiExceptionsServiceProvider::class,
33
34
Every ApiException can be thrown as a normal exception and they will be automatically serialized to JSON with corresponding HTTP status:
35
36
-```
+```json
37
{
38
"id": "not_found",
39
"message": "Requested object not found."
0 commit comments