class SmsException in SMS Framework 8
Same name and namespace in other branches
- 2.x src/Exception/SmsException.php \Drupal\sms\Exception\SmsException
- 2.1.x src/Exception/SmsException.php \Drupal\sms\Exception\SmsException
Base exception thrown for any SMS operations.
Hierarchy
- class \Drupal\sms\Exception\SmsException extends \Drupal\sms\Exception\RuntimeException
Expanded class hierarchy of SmsException
8 files declare their use of SmsException
- DefaultSmsProvider.php in src/
Provider/ DefaultSmsProvider.php - SmsDevelMessageForm.php in modules/
sms_devel/ src/ Form/ SmsDevelMessageForm.php - SmsFrameworkMessageResultTestTrait.php in tests/
src/ Functional/ SmsFrameworkMessageResultTestTrait.php - SmsFrameworkProcessorTest.php in tests/
src/ Kernel/ SmsFrameworkProcessorTest.php - SmsFrameworkProviderTest.php in tests/
src/ Kernel/ SmsFrameworkProviderTest.php
File
- src/
Exception/ SmsException.php, line 8
Namespace
Drupal\sms\ExceptionView source
class SmsException extends \RuntimeException {
}