You are here

namespace Drupal\sms\Exception in SMS Framework 8

Same name in other branches
  1. 2.x Drupal\sms\Exception
  2. 2.1.x Drupal\sms\Exception
Classsort descending Location Description
NoPhoneNumberException src/Exception/NoPhoneNumberException.php Thrown if code incorrectly assumes an entity has a phone number.
PhoneNumberSettingsException src/Exception/PhoneNumberSettingsException.php Thrown when the entity is incorrectly configured for phone numbers.
RecipientRouteException src/Exception/RecipientRouteException.php Thrown if no gateway could be determined for a recipient.
SmsDirectionException src/Exception/SmsDirectionException.php Thrown if direction is missing or invalid for a message.
SmsException src/Exception/SmsException.php Base exception thrown for any SMS operations.
SmsPluginReportException src/Exception/SmsPluginReportException.php Thrown if the result or reports set on a message by a gateway are invalid.
SmsStorageException src/Exception/SmsStorageException.php Thrown when an invalid operation occurs during SMS storage.