Exception: GoogleCSE::MissingKey
- Inherits:
-
StandardError
- Object
- StandardError
- GoogleCSE::MissingKey
- Defined in:
- lib/google_cse.rb
Instance Method Summary collapse
-
#initialize ⇒ MissingKey
constructor
A new instance of MissingKey.
Constructor Details
#initialize ⇒ MissingKey
Returns a new instance of MissingKey.
7 8 9 |
# File 'lib/google_cse.rb', line 7 def initialize super "You need to specify a Google CSE Key (GoogleCSE::KEY = 'my-key-goes-here')" end |