Exception: HostedGraphite::MissingAPIKey

Inherits:
StandardError
  • Object
show all
Defined in:
lib/hosted_graphite.rb

Instance Method Summary collapse

Constructor Details

#initializeMissingAPIKey

Returns a new instance of MissingAPIKey.



15
16
17
# File 'lib/hosted_graphite.rb', line 15

def initialize
  super('HOSTEDGRAPHITE_APIKEY is not set')
end