Exception: SmsActivate::ServerError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Server error') ⇒ ServerError

Returns a new instance of ServerError.



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

def initialize(msg = 'Server error') super(msg); end