You are here

class EmailNotSetException in Auth0 Single Sign On 8.2

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

Internal error to handle missing emails in the user profile.

Hierarchy

Expanded class hierarchy of EmailNotSetException

1 file declares its use of EmailNotSetException
AuthController.php in src/Controller/AuthController.php
Contains \Drupal\auth0\Controller\AuthController.

File

src/Exception/EmailNotSetException.php, line 8

Namespace

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

}

Members