Skip to content

Commit 8dbc5e2

Browse files
committed
readme sample json message update
1 parent af4efae commit 8dbc5e2

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,10 @@ return [
173173
'ajax' => [
174174
'message' => <<<json
175175
{
176-
"error": "We have encountered a problem and we can not fulfill your request. An error report has been generated and send to the support team and someone will attend to this problem urgently. Please try again later. Thank you for your patience."
176+
"type": "http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html",
177+
"title": "Internal Server Error",
178+
"status": 500,
179+
"detail": "We have encountered a problem and we can not fulfill your request. An error report has been generated and send to the support team and someone will attend to this problem urgently. Please try again later. Thank you for your patience."
177180
}
178181
json
179182
],

0 commit comments

Comments
 (0)