Exception: RESTinPeace::DefinitionProxy::InvalidArgument
- Inherits:
-
RESTinPeace::DefaultError
- Object
- Exception
- RESTinPeace::DefaultError
- RESTinPeace::DefinitionProxy::InvalidArgument
- Defined in:
- lib/rest_in_peace/definition_proxy.rb
Instance Method Summary collapse
-
#initialize ⇒ InvalidArgument
constructor
A new instance of InvalidArgument.
Constructor Details
#initialize ⇒ InvalidArgument
Returns a new instance of InvalidArgument.
9 10 11 |
# File 'lib/rest_in_peace/definition_proxy.rb', line 9 def initialize super('Given parameter must respond to `merge`.') end |