class SensuPluginsGraphite::GraphiteProxy::ProxyError

Attributes

exception[RW]

Public Class Methods

new(msg, args) click to toggle source
Calls superclass method
# File lib/sensu-plugins-graphite/graphite_proxy/proxy.rb, line 8
def initialize(msg, args)
  self.exception = args[:exception]
  super msg
end