Exception: Interchange::ImplementationMissingError
- Inherits:
-
StandardError
- Object
- StandardError
- Interchange::ImplementationMissingError
- Defined in:
- lib/interchange.rb
Instance Method Summary collapse
-
#initialize(object, method) ⇒ ImplementationMissingError
constructor
A new instance of ImplementationMissingError.
Constructor Details
#initialize(object, method) ⇒ ImplementationMissingError
Returns a new instance of ImplementationMissingError.
11 12 13 |
# File 'lib/interchange.rb', line 11 def initialize(object, method) super "The #{object.class} does not respond to #{method}" end |