Exception: SmsActivate::SQLError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'SQL server error') ⇒ SQLError

Returns a new instance of SQLError.



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

def initialize(msg = 'SQL server error') super(msg); end