You are here

RecipientRouteException.php in SMS Framework 8

File

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

namespace Drupal\sms\Exception;


/**
 * Thrown if no gateway could be determined for a recipient.
 */
class RecipientRouteException extends SmsException {

}

Classes

Namesort descending Description
RecipientRouteException Thrown if no gateway could be determined for a recipient.