class EmailNotVerifiedException in Auth0 Single Sign On 8.2
Same name and namespace in other branches
- 8 src/Exception/EmailNotVerifiedException.php \Drupal\auth0\Exception\EmailNotVerifiedException
Internal error to handle users who did not verify the email.
Hierarchy
- class \Drupal\auth0\Exception\EmailNotVerifiedException extends \Drupal\auth0\Exception\Exception
Expanded class hierarchy of EmailNotVerifiedException
1 file declares its use of EmailNotVerifiedException
- AuthController.php in src/
Controller/ AuthController.php - Contains \Drupal\auth0\Controller\AuthController.
File
- src/
Exception/ EmailNotVerifiedException.php, line 8
Namespace
Drupal\auth0\ExceptionView source
class EmailNotVerifiedException extends \Exception {
}