framework\exceptions\Handler::render PHP Method

render() public method

Render an exception into an HTTP response.
public render ( Illuminate\Http\Request $request, Exception $exception ) : Illuminate\Http\Response
$request Illuminate\Http\Request
$exception Exception
return Illuminate\Http\Response
    public function render($request, Exception $exception)
    {
        return parent::render($request, $exception);
    }