Example #1
0
 function responseJsonInternalServerError($content, array $headers = [], $options = 0)
 {
     return Response::jsonInternalServerError($content, $headers, $options);
 }