Exception: RoomoramaApi::Api::Errors::InternalError

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

Instance Method Summary collapse

Constructor Details

#initializeInternalError

Returns a new instance of InternalError.



38
39
40
# File 'lib/roomorama_api/api/errors.rb', line 38

def initialize
	super("An error has occurred in Roomorama service")
end