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.



17
18
19
# File 'lib/hosted_graphite.rb', line 17

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