IdentityException.php in Courier 2.x
Same filename and directory in other branches
Namespace
Drupal\courier\ExceptionFile
src/Exception/IdentityException.phpView source
<?php
namespace Drupal\courier\Exception;
/**
* Defines an exception for when an identity cannot be applied.
*/
class IdentityException extends \Exception {
}
Classes
Name | Description |
---|---|
IdentityException | Defines an exception for when an identity cannot be applied. |