Skip to content

Commit

Permalink
readme sample json message update
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Jan 30, 2017
1 parent af4efae commit 8dbc5e2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -173,7 +173,10 @@ return [
'ajax' => [
'message' => <<<json
{
"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."
"type": "http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html",
"title": "Internal Server Error",
"status": 500,
"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."
}
json
],
Expand Down

0 comments on commit 8dbc5e2

Please sign in to comment.