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