Exception: GoogleCSE::MissingKey

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

Instance Method Summary collapse

Constructor Details

#initializeMissingKey

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