Exception: RoomoramaApi::Api::Errors::General

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

Instance Method Summary collapse

Constructor Details

#initializeGeneral

Returns a new instance of General.



20
21
22
# File 'lib/roomorama_api/api/errors.rb', line 20

def initialize
	super("Generic error")
end