Exception: DtkCommon::Error

Inherits:
NameError
  • Object
show all
Defined in:
lib/common_patch.rb

Direct Known Subclasses

ErrorUsage

Instance Method Summary collapse

Constructor Details

#initialize(msg, name = nil) ⇒ Error

Returns a new instance of Error.



6
7
8
# File 'lib/common_patch.rb', line 6

def initialize(msg,name=nil)
super(msg,name)
end