class DTK::Client::DtkError::Usage

Public Class Methods

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