Exception: RESTinPeace::ResponseConverter::UnknownConvertStrategy
- Inherits:
-
DefaultError
- Object
- Exception
- DefaultError
- RESTinPeace::ResponseConverter::UnknownConvertStrategy
- Defined in:
- lib/rest_in_peace/response_converter.rb
Instance Method Summary collapse
-
#initialize(klass) ⇒ UnknownConvertStrategy
constructor
A new instance of UnknownConvertStrategy.
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 |