class SmsDirectionException in SMS Framework 8
Same name and namespace in other branches
- 2.x src/Exception/SmsDirectionException.php \Drupal\sms\Exception\SmsDirectionException
- 2.1.x src/Exception/SmsDirectionException.php \Drupal\sms\Exception\SmsDirectionException
Thrown if direction is missing or invalid for a message.
Hierarchy
- class \Drupal\sms\Exception\SmsException extends \Drupal\sms\Exception\RuntimeException
- class \Drupal\sms\Exception\SmsDirectionException
Expanded class hierarchy of SmsDirectionException
2 files declare their use of SmsDirectionException
- DefaultSmsProvider.php in src/
Provider/ DefaultSmsProvider.php - SmsFrameworkProviderTest.php in tests/
src/ Kernel/ SmsFrameworkProviderTest.php
File
- src/
Exception/ SmsDirectionException.php, line 8
Namespace
Drupal\sms\ExceptionView source
class SmsDirectionException extends SmsException {
}