class CaptchaException
Public Class Methods
new(msg = 'Captcha mismatch')
click to toggle source
Calls superclass method
# File lib/shopify/captcha_exception.rb, line 2 def initialize(msg = 'Captcha mismatch') super end