Exception: TwoCaptcha::GoogleKey

Inherits:
Error
  • Object
show all
Defined in:
lib/two_captcha/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeGoogleKey

Returns a new instance of GoogleKey.



24
25
26
# File 'lib/two_captcha/errors.rb', line 24

def initialize
  super('Missing googlekey parameter')
end