Exception: LocaSMS::InvalidLogin

Inherits:
Exception
  • Object
show all
Defined in:
lib/locasms/exception.rb

Overview

Raised when the given credentials are invalid

Instance Attribute Summary

Attributes inherited from Exception

#action, #raw

Instance Method Summary collapse

Methods inherited from Exception

#initialize

Constructor Details

This class inherits a constructor from LocaSMS::Exception

Instance Method Details

#default_messageObject



31
32
33
# File 'lib/locasms/exception.rb', line 31

def default_message
  'Invalid Login'
end