class SmsActivate::NoActivationError

Public Class Methods

new(msg = 'Bad activation ID provided') click to toggle source
Calls superclass method
# File lib/sms_activate/errors.rb, line 22
def initialize(msg = 'Bad activation ID provided') super(msg); end