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