You are here

class SmsDirectionException in SMS Framework 2.x

Same name and namespace in other branches
  1. 8 src/Exception/SmsDirectionException.php \Drupal\sms\Exception\SmsDirectionException
  2. 2.1.x src/Exception/SmsDirectionException.php \Drupal\sms\Exception\SmsDirectionException

Thrown if direction is missing or invalid for a message.

Hierarchy

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 10

Namespace

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

}

Members