Exception: ZeroCaptcha::APIBadRequest

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

Instance Method Summary collapse

Constructor Details

#initializeAPIBadRequest

Returns a new instance of APIBadRequest.



42
43
44
# File 'lib/zero_captcha/errors.rb', line 42

def initialize
  super('The Captcha was rejected, check if it\'s a valid image')
end