Exception: DTK::ErrorNotImplemented

Inherits:
Error
  • Object
show all
Defined in:
lib/errors/errors.rb

Constant Summary

Constants inherited from Error

DTK::Error::CallerOffset, DTK::Error::DefaultCallerDepth

Instance Method Summary collapse

Methods inherited from Error

#to_hash, top_error_in_hash

Constructor Details

#initialize(msg = "NotImplemented error") ⇒ ErrorNotImplemented

Returns a new instance of ErrorNotImplemented.



98
99
100
# File 'lib/errors/errors.rb', line 98

def initialize(msg="NotImplemented error")
  super("in #{this_parent_parent_method}: #{msg}",:NotImplemented)
end