VuFind API Documentation

AuthEmailNotVerified extends Auth
in package

Unverified email address exception.

Tags
category

VuFind

author

Demian Katz demian.katz@villanova.edu

license

http://opensource.org/licenses/gpl-2.0.php GNU General Public License

link

Wiki

Table of Contents

$user  : UserEntityInterface
__construct()  : mixed
Constructor
getUser()  : UserEntityInterface
Get the User object with an unverified email.

Properties

Methods

__construct()

Constructor

public __construct(UserEntityInterface $user[, string $message = '' ], int $code[, Throwable|null $previous = null ]) : mixed
Parameters
$user : UserEntityInterface

User object with unverified email.

$message : string = ''

The exception message

$code : int

The exception code

$previous : Throwable|null = null

The previous exception used for exception chaining

Return values
mixed

Search results