You are here

NoPhoneNumberException.php in SMS Framework 8

File

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

namespace Drupal\sms\Exception;


/**
 * Thrown if code incorrectly assumes an entity has a phone number.
 *
 * Call \Drupal::service('sms.phone_number')->getPhoneNumbers() if unsure.
 */
class NoPhoneNumberException extends SmsException {

}

Classes

Namesort descending Description
NoPhoneNumberException Thrown if code incorrectly assumes an entity has a phone number.