You are here

EmailNotSetException.php in Auth0 Single Sign On 8.2

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

File

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

namespace Drupal\auth0\Exception;


/**
 * Internal error to handle missing emails in the user profile.
 */
class EmailNotSetException extends \Exception {

}

Classes

Namesort descending Description
EmailNotSetException Internal error to handle missing emails in the user profile.