class SensuPluginsGraphite::GraphiteProxy::ProxyError

Public Class Methods

new(msg) click to toggle source
Calls superclass method
# File lib/sensu-plugins-graphite/graphite_proxy/proxy.rb, line 6
def initialize(msg)
  super msg
end