Exception: Chronicle::AuthenticationError
- Defined in:
- app/errors/chronicle/authentication_error.rb
Instance Attribute Summary
Attributes inherited from BaseError
Instance Method Summary collapse
-
#initialize(message = 'Request not acceptable') ⇒ AuthenticationError
constructor
A new instance of AuthenticationError.
Constructor Details
#initialize(message = 'Request not acceptable') ⇒ AuthenticationError
Returns a new instance of AuthenticationError.
3 4 5 |
# File 'app/errors/chronicle/authentication_error.rb', line 3 def initialize( = 'Request not acceptable') super(, 401) end |