Exception: RoomoramaApi::Api::Errors::UnprocessableEntity
- Inherits:
-
StandardError
- Object
- StandardError
- RoomoramaApi::Api::Errors::UnprocessableEntity
- Defined in:
- lib/roomorama_api/api/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ UnprocessableEntity
constructor
A new instance of UnprocessableEntity.
Constructor Details
#initialize ⇒ UnprocessableEntity
Returns a new instance of UnprocessableEntity.
32 33 34 |
# File 'lib/roomorama_api/api/errors.rb', line 32 def initialize super("Something went wrong while saving or updating your object, make sure the data you're sending in the request is correct") end |