You are here

class PhoneNumberSettingsException in SMS Framework 2.x

Same name and namespace in other branches
  1. 8 src/Exception/PhoneNumberSettingsException.php \Drupal\sms\Exception\PhoneNumberSettingsException
  2. 2.1.x src/Exception/PhoneNumberSettingsException.php \Drupal\sms\Exception\PhoneNumberSettingsException

Thrown when the entity is incorrectly configured for phone numbers.

Hierarchy

Expanded class hierarchy of PhoneNumberSettingsException

4 files declare their use of PhoneNumberSettingsException
PhoneNumberVerification.php in src/Provider/PhoneNumberVerification.php
SmsEntityPhoneNumberProcessor.php in src/EventSubscriber/SmsEntityPhoneNumberProcessor.php
SmsFrameworkPhoneNumberVerificationTest.php in tests/src/Kernel/SmsFrameworkPhoneNumberVerificationTest.php
sms_sendtophone.module in modules/sms_sendtophone/sms_sendtophone.module
Provides hooks for Send To Phone.

File

src/Exception/PhoneNumberSettingsException.php, line 10

Namespace

Drupal\sms\Exception
View source
class PhoneNumberSettingsException extends SmsException {

}

Members