class Firmenwissen::UnprocessableResponseError

Public Class Methods

new(message = 'The response from Firmenwissen could not be processed') click to toggle source
Calls superclass method
# File lib/firmenwissen/errors/unprocessable_response_error.rb, line 3
def initialize(message = 'The response from Firmenwissen could not be processed')
  super
end