You are here

IdentityException.php in Courier 2.x

Same filename and directory in other branches
  1. 8 src/Exception/IdentityException.php

File

src/Exception/IdentityException.php
View source
<?php

namespace Drupal\courier\Exception;


/**
 * Defines an exception for when an identity cannot be applied.
 */
class IdentityException extends \Exception {

}

Classes

Namesort descending Description
IdentityException Defines an exception for when an identity cannot be applied.