You are here

class PhoneNumberSettingsException in SMS Framework 8

Same name and namespace in other branches
  1. 2.x 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

6 files declare their use of PhoneNumberSettingsException
PhoneNumberVerification.php in src/Provider/PhoneNumberVerification.php
SendToPhoneForm.php in modules/sms_sendtophone/src/Form/SendToPhoneForm.php
SmsEntityPhoneNumberProcessor.php in src/EventSubscriber/SmsEntityPhoneNumberProcessor.php
SmsFrameworkPhoneNumberVerificationTest.php in tests/src/Kernel/SmsFrameworkPhoneNumberVerificationTest.php
SmsTelephoneWidget.php in src/Plugin/Field/FieldWidget/SmsTelephoneWidget.php

... See full list

File

src/Exception/PhoneNumberSettingsException.php, line 8

Namespace

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

}

Members