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