JanrainUnauthorizedError.php in Janrain Registration 8
Namespace
Drupal\janrain_capture\ExceptionFile
src/Exception/JanrainUnauthorizedError.phpView source
<?php
namespace Drupal\janrain_capture\Exception;
/**
* The error to throw when a user is/can not be authenticated on Janrain.
*/
class JanrainUnauthorizedError extends \RuntimeException {
}
Classes
Name | Description |
---|---|
JanrainUnauthorizedError | The error to throw when a user is/can not be authenticated on Janrain. |