Exception: RESTinPeace::ResponseConverter::UnknownConvertStrategy

Inherits:
DefaultError
  • Object
show all
Defined in:
lib/rest_in_peace/response_converter.rb

Instance Method Summary collapse

Constructor Details

#initialize(klass) ⇒ UnknownConvertStrategy

Returns a new instance of UnknownConvertStrategy.



4
5
6
# File 'lib/rest_in_peace/response_converter.rb', line 4

def initialize(klass)
  super("Don't know how to convert #{klass}")
end