App\Exceptions\PrettyPageException::showErrorPage PHP Method

showErrorPage() public method

public showErrorPage ( )
    public function showErrorPage()
    {
        return response()->view('errors.pretty', ['code' => $this->code, 'message' => $this->message]);
    }
PrettyPageException