class RecipientRouteException in SMS Framework 8
Same name and namespace in other branches
- 2.x src/Exception/RecipientRouteException.php \Drupal\sms\Exception\RecipientRouteException
- 2.1.x src/Exception/RecipientRouteException.php \Drupal\sms\Exception\RecipientRouteException
Thrown if no gateway could be determined for a recipient.
Hierarchy
- class \Drupal\sms\Exception\SmsException extends \Drupal\sms\Exception\RuntimeException
- class \Drupal\sms\Exception\RecipientRouteException
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 8
Namespace
Drupal\sms\ExceptionView source
class RecipientRouteException extends SmsException {
}