Exception: RoomoramaApi::Api::Errors::Unauthorized

Inherits:
StandardError
  • Object
show all
Defined in:
lib/roomorama_api/api/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeUnauthorized

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