Exception: ZeroCaptcha::InvalidCaptchaType

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

Instance Method Summary collapse

Constructor Details

#initializeInvalidCaptchaType

Returns a new instance of InvalidCaptchaType.



18
19
20
# File 'lib/zero_captcha/errors.rb', line 18

def initialize
  super('Captcha type is invalid or cannot be solved by ZeroCaptcha')
end