Exception: RoomoramaApi::Api::Errors::Conflict

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

Instance Method Summary collapse

Constructor Details

#initializeConflict

Returns a new instance of Conflict.



50
51
52
# File 'lib/roomorama_api/api/errors.rb', line 50

def initialize
	super("The request cannot be performed because of the state the resource is in")
end