You are here

InvalidConfirmationStateException.php in Email confirmer 8

File

src/InvalidConfirmationStateException.php
View source
<?php

namespace Drupal\email_confirmer;


/**
 * Thrown when an email confirmation is not in a proper state.
 */
class InvalidConfirmationStateException extends \Exception {

}

Classes

Namesort descending Description
InvalidConfirmationStateException Thrown when an email confirmation is not in a proper state.