Exception: TwoCaptcha::WrongFileExtension

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

Instance Method Summary collapse

Constructor Details

#initializeWrongFileExtension

Returns a new instance of WrongFileExtension.



66
67
68
# File 'lib/two_captcha/errors.rb', line 66

def initialize
  super('The CAPTCHA has a wrong extension. Possible extensions are: jpg,jpeg,gif,png')
end