Exception: Simple::Httpd::BaseController::NotFoundError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/simple/httpd/base_controller/error_handling.rb

Overview

class LoginRequiredError < RuntimeError end

error(LoginRequiredError) do

render_error e, status: 404,
             title: "Not found",
             description: "The server failed to recognize affiliation. Please provide a valid Session-Id."

end