class SmsActivate::ServerError
Public Class Methods
new(msg = 'Server error')
click to toggle source
Calls superclass method
# File lib/sms_activate/errors.rb, line 6 def initialize(msg = 'Server error') super(msg); end