class NeonRAW::Errors::InvalidCaptcha
You got the captcha wrong.
Public Class Methods
new(msg = 'Invalid captcha.')
click to toggle source
Calls superclass method
# File lib/NeonRAW/errors.rb, line 264 def initialize(msg = 'Invalid captcha.') super(msg) end