framework\exceptions\Handler::render PHP 메소드

render() 공개 메소드

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