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