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.



23
24
25
# File 'lib/common_patch.rb', line 23

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