Exception: TwoCaptcha::ImageNotSupported

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

Instance Method Summary collapse

Constructor Details

#initializeImageNotSupported

Returns a new instance of ImageNotSupported.



72
73
74
# File 'lib/two_captcha/errors.rb', line 72

def initialize
  super('The server cannot recognize the CAPTCHA file type')
end