RecipientRouteException.php in SMS Framework 8
Same filename and directory in other branches
Namespace
Drupal\sms\ExceptionFile
src/Exception/RecipientRouteException.phpView source
<?php
namespace Drupal\sms\Exception;
/**
* Thrown if no gateway could be determined for a recipient.
*/
class RecipientRouteException extends SmsException {
}
Classes
Name | Description |
---|---|
RecipientRouteException | Thrown if no gateway could be determined for a recipient. |