You are here

class SmsException in SMS Framework 2.x

Same name and namespace in other branches
  1. 8 src/Exception/SmsException.php \Drupal\sms\Exception\SmsException
  2. 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

7 files declare their use of SmsException
DefaultSmsProvider.php in src/Provider/DefaultSmsProvider.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
SmsMessageProcessor.php in src/EventSubscriber/SmsMessageProcessor.php

... See full list

File

src/Exception/SmsException.php, line 10

Namespace

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

}

Members