Exception: TwoCaptcha::WrongIdFormat

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

Instance Method Summary collapse

Constructor Details

#initializeWrongIdFormat

Returns a new instance of WrongIdFormat.



96
97
98
# File 'lib/two_captcha/errors.rb', line 96

def initialize
  super('Wrong format ID CAPTCHA. ID must contain only numbers')
end