You are here

PhoneNumberSettingsException.php in SMS Framework 2.x

File

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

declare (strict_types=1);
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.