You are here

class RecipientRouteException in SMS Framework 2.x

Same name and namespace in other branches
  1. 8 src/Exception/RecipientRouteException.php \Drupal\sms\Exception\RecipientRouteException
  2. 2.1.x src/Exception/RecipientRouteException.php \Drupal\sms\Exception\RecipientRouteException

Thrown if no gateway could be determined for a recipient.

Hierarchy

Expanded class hierarchy of RecipientRouteException

2 files declare their use of RecipientRouteException
SmsFrameworkProviderTest.php in tests/src/Kernel/SmsFrameworkProviderTest.php
SmsMessageProcessor.php in src/EventSubscriber/SmsMessageProcessor.php

File

src/Exception/RecipientRouteException.php, line 10

Namespace

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

}

Members