class SmsActivate::NoActionError
Public Class Methods
new(msg = 'No action provided')
click to toggle source
Calls superclass method
# File lib/sms_activate/errors.rb, line 46 def initialize(msg = 'No action provided') super(msg); end