Exception: Firmenwissen::UnprocessableResponseError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/firmenwissen/errors/unprocessable_response_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = 'The response from Firmenwissen could not be processed') ⇒ UnprocessableResponseError

Returns a new instance of UnprocessableResponseError.



3
4
5
# File 'lib/firmenwissen/errors/unprocessable_response_error.rb', line 3

def initialize(message = 'The response from Firmenwissen could not be processed')
  super
end