class DtkCommon::Error

Public Class Methods

new(msg,name=nil) click to toggle source
Calls superclass method
# File lib/common_patch.rb, line 23
def initialize(msg,name=nil)
  super(msg,name)
  end