Exception: ZeroCaptcha::IncorrectSolution

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

Instance Method Summary collapse

Constructor Details

#initializeIncorrectSolution

Returns a new instance of IncorrectSolution.



30
31
32
# File 'lib/zero_captcha/errors.rb', line 30

def initialize
  super('The captcha could not be solved correctly')
end