class HostedGraphite::MissingAPIKey

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/hosted_graphite.rb, line 15
def initialize
  super('HOSTEDGRAPHITE_APIKEY is not set')
end