Exception: Jsapi::Controller::Unauthorized

Inherits:
StandardError
  • Object
show all
Defined in:
lib/jsapi/controller/methods.rb

Overview

Raised when the current request could not be authenticated.

Instance Method Summary collapse

Constructor Details

#initializeUnauthorized

:nodoc:



29
30
31
# File 'lib/jsapi/controller/methods.rb', line 29

def initialize # :nodoc:
  super('request could not be authenticated')
end