You are here

RefreshTokenFailedException.php in Auth0 Single Sign On 8.2

File

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

namespace Drupal\auth0\Exception;


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

}

Classes

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