showErrorPage(); } private function showErrorPage() { echo \View::make('errors.e')->with('code', $this->code) ->with('message', $this->message) ->render(); exit; } }