Home
last modified time | relevance | path

Searched refs:TokenResponseException (Results 1 – 25 of 75) sorted by path

123

/plugin/evesso/classes/
H A DAbstractAdapter.php6 use OAuth\Common\Http\Exception\TokenResponseException; alias
139 } catch (TokenResponseException $e) {
184 } catch (TokenNotFoundException | TokenResponseException $e) {
H A DoAuthHTTPClient.php6 use OAuth\Common\Http\Exception\TokenResponseException; alias
27 * @throws TokenResponseException
41 throw new TokenResponseException($msg . $http->error);
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
H A DClientInterface.php6 use OAuth\Common\Http\Exception\TokenResponseException; alias
24 * @throws TokenResponseException
H A DCurlClient.php5 use OAuth\Common\Http\Exception\TokenResponseException; alias
61 * @throws TokenResponseException
133 throw new TokenResponseException('Failed to request resource.', $responseCode);
135 throw new TokenResponseException('cURL Error # '.$errNo.': '.$errStr, $responseCode);
H A DStreamClient.php5 use OAuth\Common\Http\Exception\TokenResponseException; alias
24 * @throws TokenResponseException
68 throw new TokenResponseException('Failed to request resource.');
70 throw new TokenResponseException($lastError['message']);
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Exception/
H A DTokenResponseException.php10 class TokenResponseException extends Exception class
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DAbstractService.php9 use OAuth\Common\Http\Exception\TokenResponseException; alias
319 * @throws TokenResponseException
H A DEveOnline.php12 use OAuth\Common\Http\Exception\TokenResponseException; alias
H A DGeneric.php7 use OAuth\Common\Http\Exception\TokenResponseException; alias
83 throw new TokenResponseException('Unable to parse response.');
85 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
H A DServiceInterface.php9 use OAuth\Common\Http\Exception\TokenResponseException; alias
34 * @throws TokenResponseException
/plugin/oauth/
H A DAdapter.php9 use OAuth\Common\Http\Exception\TokenResponseException;
136 * @throws TokenResponseException
175 * @throws TokenResponseException
7 use OAuth\Common\Http\Exception\TokenResponseException; global() alias
H A DHTTPClient.php7 use OAuth\Common\Http\Exception\TokenResponseException; alias
29 throw new TokenResponseException($msg . $http->error . ' [HTTP ' . $http->status . ']');
H A Ddeleted.files67 phpoauthlib/src/OAuth/Common/Http/Exception/TokenResponseException.php
/plugin/oauth/Service/
H A DAbstractOAuth2Base.php5 use OAuth\Common\Http\Exception\TokenResponseException; alias
21 throw new TokenResponseException('Unable to parse response.');
23 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
/plugin/oauth/action/
H A Dlogin.php8 use OAuth\Common\Http\Exception\TokenResponseException;
71 } catch (TokenResponseException | Exception $e) {
5 use OAuth\Common\Http\Exception\TokenResponseException; global() alias
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/
H A DClientInterface.php6 use OAuth\Common\Http\Exception\TokenResponseException; alias
24 * @throws TokenResponseException
H A DCurlClient.php5 use OAuth\Common\Http\Exception\TokenResponseException; alias
61 * @throws TokenResponseException
133 throw new TokenResponseException('Failed to request resource.', $responseCode);
135 throw new TokenResponseException('cURL Error # '.$errNo.': '.$errStr, $responseCode);
H A DStreamClient.php5 use OAuth\Common\Http\Exception\TokenResponseException; alias
24 * @throws TokenResponseException
68 throw new TokenResponseException(
73 throw new TokenResponseException($lastError['message']);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Exception/
H A DTokenResponseException.php10 class TokenResponseException extends Exception class
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DAbstractService.php7 use OAuth\Common\Http\Exception\TokenResponseException; alias
304 * @throws TokenResponseException
317 * @throws TokenResponseException
H A DBitBucket.php7 use OAuth\Common\Http\Exception\TokenResponseException; alias
62 throw new TokenResponseException('Unable to parse response.');
64 throw new TokenResponseException('Error in retrieving token.');
78 throw new TokenResponseException('Unable to parse response.');
80 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
H A DEtsy.php7 use OAuth\Common\Http\Exception\TokenResponseException; alias
72 throw new TokenResponseException('Unable to parse response.');
74 throw new TokenResponseException('Error in retrieving token.');
88 throw new TokenResponseException('Unable to parse response.');
90 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
H A DFitBit.php7 use OAuth\Common\Http\Exception\TokenResponseException; alias
62 throw new TokenResponseException('Unable to parse response.');
64 throw new TokenResponseException('Error in retrieving token.');
78 throw new TokenResponseException('Unable to parse response.');
80 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');
H A DFiveHundredPx.php14 use OAuth\Common\Http\Exception\TokenResponseException; alias
82 throw new TokenResponseException('Unable to parse response.');
86 throw new TokenResponseException('Error in retrieving token.');
100 throw new TokenResponseException('Unable to parse response.');
102 throw new TokenResponseException(
H A DFlickr.php7 use OAuth\Common\Http\Exception\TokenResponseException; alias
50 throw new TokenResponseException('Unable to parse response.');
52 throw new TokenResponseException('Error in retrieving token.');
61 throw new TokenResponseException('Unable to parse response.');
63 throw new TokenResponseException('Error in retrieving token: "' . $data['error'] . '"');

123