Exception: GoogleCSE::MissingCX

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

Instance Method Summary collapse

Constructor Details

#initializeMissingCX

Returns a new instance of MissingCX.



13
14
15
# File 'lib/google_cse.rb', line 13

def initialize
  super "You need to specify a Google CSE CX (GoogleCSE::CX = 'my-cx-goes-here')"
end