Exception: Rubino::UnauthorizedError
- Defined in:
- lib/rubino/errors.rb
Overview
Missing or invalid credentials. Maps to 401.
Instance Method Summary collapse
-
#initialize(message = "unauthorized") ⇒ UnauthorizedError
constructor
A new instance of UnauthorizedError.
Constructor Details
#initialize(message = "unauthorized") ⇒ UnauthorizedError
Returns a new instance of UnauthorizedError.
51 52 53 |
# File 'lib/rubino/errors.rb', line 51 def initialize( = "unauthorized") super end |