Exception: TwoCaptcha::InvalidCaptcha

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

Instance Method Summary collapse

Constructor Details

#initializeInvalidCaptcha

Returns a new instance of InvalidCaptcha.



12
13
14
# File 'lib/two_captcha/errors.rb', line 12

def initialize
  super('The captcha is empty or invalid')
end