Exception: APIKeyNotSet

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Missing a required Google API key.") ⇒ APIKeyNotSet

Returns a new instance of APIKeyNotSet.



4
5
6
# File 'lib/civic_aide/errors.rb', line 4

def initialize(msg = "Missing a required Google API key.")
  super
end