Exception: DTK::Client::DtkError::Client

Inherits:
InternalError show all
Defined in:
lib/dtk_error.rb

Constant Summary

Constants inherited from InternalError

InternalError::InternalErrorLabel

Instance Attribute Summary

Attributes inherited from DTK::Client::DtkError

#backtrace

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DTK::Client::DtkError

raise_error, raise_if_error?

Constructor Details

#initialize(error_msg, opts = {}) ⇒ Client

Returns a new instance of Client.



90
91
92
# File 'lib/dtk_error.rb', line 90

def initialize(error_msg,opts={})
  super(error_msg,opts.merge(:where => :client))
end

Class Method Details

.label(*args) ⇒ Object



93
94
95
# File 'lib/dtk_error.rb', line 93

def self.label(*args)
  super(:client)
end