You are here

PhoneNumberSettingsException.php in SMS Framework 8

File

src/Exception/PhoneNumberSettingsException.php
View source
<?php

namespace Drupal\sms\Exception;


/**
 * Thrown when the entity is incorrectly configured for phone numbers.
 */
class PhoneNumberSettingsException extends SmsException {

}

Classes

Namesort descending Description
PhoneNumberSettingsException Thrown when the entity is incorrectly configured for phone numbers.