Exception: Accord::DoesNotImplement

Inherits:
Invalid
  • Object
show all
Defined in:
lib/accord/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(interface) ⇒ DoesNotImplement

Returns a new instance of DoesNotImplement.



7
8
9
# File 'lib/accord/exceptions.rb', line 7

def initialize(interface)
  @interface = interface
end