You are here

class EmailNotVerifiedException in Auth0 Single Sign On 8

Same name and namespace in other branches
  1. 8.2 src/Exception/EmailNotVerifiedException.php \Drupal\auth0\Exception\EmailNotVerifiedException

Internal error to handle users who did not verify the email.

Hierarchy

Expanded class hierarchy of EmailNotVerifiedException

1 file declares its use of EmailNotVerifiedException
AuthController.php in src/Controller/AuthController.php

File

src/Exception/EmailNotVerifiedException.php, line 7

Namespace

Drupal\auth0\Exception
View source
class EmailNotVerifiedException extends \Exception {

}

Members