You are here

EmailNotVerifiedException.php in Auth0 Single Sign On 8.2

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

File

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

namespace Drupal\auth0\Exception;


/**
 * Internal error to handle users who did not verify the email.
 */
class EmailNotVerifiedException extends \Exception {

}

Classes

Namesort descending Description
EmailNotVerifiedException Internal error to handle users who did not verify the email.