class IdentityException in Courier 8
Same name and namespace in other branches
- 2.x src/Exception/IdentityException.php \Drupal\courier\Exception\IdentityException
Defines an exception for when an identity cannot be applied.
Hierarchy
- class \Drupal\courier\Exception\IdentityException extends \Drupal\courier\Exception\Exception
Expanded class hierarchy of IdentityException
1 file declares its use of IdentityException
- CourierManager.php in src/
Service/ CourierManager.php
File
- src/
Exception/ IdentityException.php, line 13 - Contains \Drupal\courier\Exception\IdentityException.
Namespace
Drupal\courier\ExceptionView source
class IdentityException extends \Exception {
}