Exception: TwoCaptcha::BadDuplicates

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

Instance Method Summary collapse

Constructor Details

#initializeBadDuplicates

Returns a new instance of BadDuplicates.



126
127
128
# File 'lib/two_captcha/errors.rb', line 126

def initialize
  super('Error is returned when 100% accuracy feature is enabled. The error means that max numbers of tries is reached but min number of matches not found.')
end