You are here

class IdentityException in Courier 2.x

Same name and namespace in other branches
  1. 8 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 8

Namespace

Drupal\courier\Exception
View source
class IdentityException extends \Exception {

}

Members