App\Exceptions\PrettyPageException::showErrorPage PHP 메소드

showErrorPage() 공개 메소드

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