Exception: TwoCaptcha::WrongUserKey

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

Instance Method Summary collapse

Constructor Details

#initializeWrongUserKey

Returns a new instance of WrongUserKey.



36
37
38
# File 'lib/two_captcha/errors.rb', line 36

def initialize
  super('Wrong “key” parameter format, it should contain 32 symbols')
end