class SmsActivate::NoKeyError

Public Class Methods

new(msg = 'No API key provided') click to toggle source
Calls superclass method
# File lib/sms_activate/errors.rb, line 42
def initialize(msg = 'No API key provided') super(msg); end