Exception: SmsActivate::BadStatusError

Inherits:
BaseError
  • Object
show all
Defined in:
lib/sms_activate/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Bad status provided') ⇒ BadStatusError

Returns a new instance of BadStatusError.



26
# File 'lib/sms_activate/errors.rb', line 26

def initialize(msg = 'Bad status provided') super(msg); end