Exception: Jsapi::Controller::Unauthorized
- Inherits:
-
StandardError
- Object
- StandardError
- Jsapi::Controller::Unauthorized
- Defined in:
- lib/jsapi/controller/methods.rb
Overview
Raised when the current request could not be authenticated.
Instance Method Summary collapse
-
#initialize ⇒ Unauthorized
constructor
:nodoc:.
Constructor Details
#initialize ⇒ Unauthorized
:nodoc:
29 30 31 |
# File 'lib/jsapi/controller/methods.rb', line 29 def initialize # :nodoc: super('request could not be authenticated') end |