Encore\Admin\Exception\Handle::render PHP Method

render() public method

public render ( )
    public function render()
    {
        return view('admin::error', ['e' => $this->exception])->render();
    }