Home
last modified time | relevance | path

Searched refs:Exception (Results 401 – 425 of 2287) sorted by last modified time

1...<<11121314151617181920>>...92

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DPinterest.php13 use OAuth\Common\Http\Exception\TokenResponseException;
H A DPocket.php6 use OAuth\Common\Http\Exception\TokenResponseException;
H A DReddit.php6 use OAuth\Common\Http\Exception\TokenResponseException;
H A DRunKeeper.php6 use OAuth\Common\Http\Exception\TokenResponseException;
H A DSalesforce.php7 use OAuth\Common\Http\Exception\TokenResponseException;
H A DSoundCloud.php6 use OAuth\Common\Http\Exception\TokenResponseException;
H A DSpotify.php6 use OAuth\Common\Http\Exception\TokenResponseException;
H A DStrava.php14 use OAuth\Common\Http\Exception\TokenResponseException;
20 use OAuth\OAuth2\Service\Exception\InvalidAccessTypeException;
H A DUstream.php6 use OAuth\Common\Http\Exception\TokenResponseException;
H A DVimeo.php14 use OAuth\Common\Http\Exception\TokenResponseException;
H A DVkontakte.php6 use OAuth\Common\Http\Exception\TokenResponseException;
H A DYahoo.php6 use OAuth\Common\Http\Exception\TokenResponseException;
H A DYammer.php6 use OAuth\Common\Http\Exception\TokenResponseException;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/
H A DServiceFactory.php23 use OAuth\Common\Exception\Exception; alias
69 * @throws Exception If the class is nonexistent or does not implement a valid ServiceInterface
74 throw new Exception(sprintf('Service class %s does not exist.', $className));
87 throw new Exception(sprintf('Service class %s must implement ServiceInterface.', $className));
165 * @throws Exception
223 * @throws Exception
233 throw new Exception(
/plugin/oauth/
H A DStorage.php5 use OAuth\Common\Storage\Exception\TokenNotFoundException;
H A Dauth.php6 use OAuth\Common\Exception\Exception as OAuthException;
H A Ddeleted.files62 phpoauthlib/src/OAuth/Common/Exception/Exception.php
67 phpoauthlib/src/OAuth/Common/Http/Exception/TokenResponseException.php
74 phpoauthlib/src/OAuth/Common/Storage/Exception/AuthorizationStateNotFoundException.php
75 phpoauthlib/src/OAuth/Common/Storage/Exception/StorageException.php
76 phpoauthlib/src/OAuth/Common/Storage/Exception/TokenNotFoundException.php
83 phpoauthlib/src/OAuth/Common/Token/Exception/ExpiredTokenException.php
96 phpoauthlib/src/OAuth/OAuth1/Signature/Exception/UnsupportedHashAlgorithmException.php
109 phpoauthlib/src/OAuth/OAuth2/Service/Exception/InvalidAccessTypeException.php
110 phpoauthlib/src/OAuth/OAuth2/Service/Exception/InvalidAuthorizationStateExceptio
[all...]
/plugin/upgrade/HTTP/
H A DHTTPClientException.php5 use Exception; alias
7 class HTTPClientException extends Exception
/plugin/upgrade/
H A DLICENSE110 License. (Exception: if the Program itself is interactive but
H A Dhelper.php183 } catch (Exception $e) {
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DFileInfoException.php8 class FileInfoException extends \Exception
H A DArchiveCorruptedException.php8 class ArchiveCorruptedException extends \Exception
H A DArchiveIOException.php8 class ArchiveIOException extends \Exception
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md82 You can use the provided ``splitbrain\phpcli\Exception`` to signal any problems within your main code yourself. The
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DBase.php62 * @throws Exception
74 * @throws Exception
85 * @throws Exception
90 throw new Exception('This has to be run from the command line');
185 * @param \Exception|string $error either an exception or an error message
191 if (is_object($error) && is_a($error, 'Exception')) {
192 /** @var Exception $error */
200 $code = Exception::E_ANY;

1...<<11121314151617181920>>...92