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

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 = {}) ⇒ Server

Returns a new instance of Server.



99
100
101
# File 'lib/dtk_error.rb', line 99

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

Class Method Details

.label(*args) ⇒ Object



102
103
104
# File 'lib/dtk_error.rb', line 102

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