Пример #1
0
 /**
  * Render an exception into an HTTP response.
  *
  * @param  \Exception $e
  * @return Response
  */
 public function render(\Exception $e)
 {
     return parent::render($e);
 }