Exception: Hekenga::VirtualMethod

Inherits:
BaseError
  • Object
show all
Defined in:
lib/hekenga/virtual_method.rb

Instance Method Summary collapse

Constructor Details

#initialize(klass, method) ⇒ VirtualMethod

Returns a new instance of VirtualMethod.



4
5
6
# File 'lib/hekenga/virtual_method.rb', line 4

def initialize(klass, method)
  super("#{klass.to_s}##{method} has not been implemented.")
end