You are here

JanrainUnauthorizedError.php in Janrain Registration 8

File

src/Exception/JanrainUnauthorizedError.php
View 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

Namesort descending Description
JanrainUnauthorizedError The error to throw when a user is/can not be authenticated on Janrain.