Exception: RoomoramaApi::Api::Errors::Unauthorized
- Inherits:
-
StandardError
- Object
- StandardError
- RoomoramaApi::Api::Errors::Unauthorized
- Defined in:
- lib/roomorama_api/api/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ Unauthorized
constructor
A new instance of Unauthorized.
Constructor Details
#initialize ⇒ Unauthorized
Returns a new instance of Unauthorized.
14 15 16 |
# File 'lib/roomorama_api/api/errors.rb', line 14 def initialize super("You're not authorized to access this resource, make sure you're sending the right authorization header in your request") end |