You are here

IdentityException.php in Courier 8

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

File

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

/**
 * @file
 * Contains \Drupal\courier\Exception\IdentityException.
 */
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.