Exception: TwoCaptcha::ReportNotRecorded

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

Instance Method Summary collapse

Constructor Details

#initializeReportNotRecorded

Returns a new instance of ReportNotRecorded.



132
133
134
# File 'lib/two_captcha/errors.rb', line 132

def initialize
  super('Error is returned to your complain request (reportbad) if you already complained lots of correctly solved captchas.')
end