Exception: SensuPluginsGraphite::GraphiteProxy::ProxyError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/sensu-plugins-graphite/graphite_proxy/proxy.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ ProxyError

Returns a new instance of ProxyError.



6
7
8
# File 'lib/sensu-plugins-graphite/graphite_proxy/proxy.rb', line 6

def initialize(msg)
  super msg
end