EmailNotSetException.php in Auth0 Single Sign On 8
Same filename and directory in other branches
Namespace
Drupal\auth0\ExceptionFile
src/Exception/EmailNotSetException.phpView source
<?php
namespace Drupal\auth0\Exception;
/**
* Internal error to handle missing emails in the user profile.
*/
class EmailNotSetException extends \Exception {
}
Classes
Name | Description |
---|---|
EmailNotSetException | Internal error to handle missing emails in the user profile. |