Exception: RoomoramaApi::Api::Errors::Conflict
- Inherits:
-
StandardError
- Object
- StandardError
- RoomoramaApi::Api::Errors::Conflict
- Defined in:
- lib/roomorama_api/api/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ Conflict
constructor
A new instance of Conflict.
Constructor Details
#initialize ⇒ Conflict
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 |