Exception: GoogleCSE::MissingCX
- Inherits:
-
StandardError
- Object
- StandardError
- GoogleCSE::MissingCX
- Defined in:
- lib/google_cse.rb
Instance Method Summary collapse
-
#initialize ⇒ MissingCX
constructor
A new instance of MissingCX.
Constructor Details
#initialize ⇒ MissingCX
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 |