Exception: TwoCaptcha::InvalidUserKey

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

Instance Method Summary collapse

Constructor Details

#initializeInvalidUserKey

Returns a new instance of InvalidUserKey.



42
43
44
# File 'lib/two_captcha/errors.rb', line 42

def initialize
  super('The “key” doesn’t exist')
end