Exception: RoomoramaApi::Api::Errors::UnprocessableEntity

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

Instance Method Summary collapse

Constructor Details

#initializeUnprocessableEntity

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