class DTK::Client::DtkError::InteractiveWizardError

Public Class Methods

new(error_msg, opts={}) click to toggle source
Calls superclass method
# File lib/dtk_error.rb, line 108
def initialize(error_msg, opts={})
  super(error_msg, opts)
end