class SmsActivate::BadKeyError

Public Class Methods

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