Exception: DTK::ErrorNotImplemented
- Defined in:
- lib/errors/errors.rb
Constant Summary
Constants inherited from Error
DTK::Error::CallerOffset, DTK::Error::DefaultCallerDepth
Instance Method Summary collapse
-
#initialize(msg = "NotImplemented error") ⇒ ErrorNotImplemented
constructor
A new instance of ErrorNotImplemented.
Methods inherited from Error
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 |