EmailNotVerifiedException.php in Auth0 Single Sign On 8
Same filename and directory in other branches
Namespace
Drupal\auth0\ExceptionFile
src/Exception/EmailNotVerifiedException.phpView source
<?php
namespace Drupal\auth0\Exception;
/**
* Internal error to handle users who did not verify the email.
*/
class EmailNotVerifiedException extends \Exception {
}
Classes
Name | Description |
---|---|
EmailNotVerifiedException | Internal error to handle users who did not verify the email. |