Home
last modified time | relevance | path

Searched refs:ResponseException (Results 1 – 25 of 77) sorted by relevance

1234

/dports/www/py-prawcore/prawcore-1.0.1/prawcore/
H A Dexceptions.py38 class ResponseException(PrawcoreException): class
72 class BadJSON(ResponseException):
76 class BadRequest(ResponseException):
80 class Conflict(ResponseException):
84 class Forbidden(ResponseException):
92 class InvalidToken(ResponseException):
96 class NotFound(ResponseException):
100 class Redirect(ResponseException):
121 class ServerError(ResponseException):
125 class SpecialError(ResponseException):
[all …]
/dports/www/kanboard/kanboard-1.2.21/libs/jsonrpc/src/JsonRPC/Response/
H A DResponseParser.php10 use JsonRPC\Exception\ResponseException; alias
82 * @throws ResponseException
121 * @throws ResponseException
135 throw new ResponseException(
H A DResponseBuilder.php13 use JsonRPC\Exception\ResponseException; alias
86 * @var ResponseException
327 } catch (ResponseException $e) {
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/com/squareup/picasso/
H A DDownloader.java39 class ResponseException extends IOException { class
40 public ResponseException(String message) { in ResponseException() method in Downloader.ResponseException
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/thirdparty/com/squareup/picasso/
H A DDownloader.java39 class ResponseException extends IOException { class
40 public ResponseException(String message) { in ResponseException() method in Downloader.ResponseException
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/py/src/server/
H A DTHttpServer.py28 class ResponseException(Exception): class
84 except ResponseException as exn:
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/py/src/server/
H A DTHttpServer.py28 class ResponseException(Exception): class
84 except ResponseException as exn:
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/py/src/server/
H A DTHttpServer.py29 class ResponseException(Exception): class
92 except ResponseException as exn:
/dports/devel/py-thrift/thrift-0.14.0/lib/py/src/server/
H A DTHttpServer.py29 class ResponseException(Exception): class
92 except ResponseException as exn:
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/py/src/server/
H A DTHttpServer.py29 class ResponseException(Exception): class
92 except ResponseException as exn:
/dports/devel/thrift-cpp/thrift-0.14.0/lib/py/src/server/
H A DTHttpServer.py29 class ResponseException(Exception): class
92 except ResponseException as exn:
/dports/devel/thrift/thrift-0.14.0/lib/py/src/server/
H A DTHttpServer.py29 class ResponseException(Exception): class
92 except ResponseException as exn:
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/py/src/server/
H A DTHttpServer.py29 class ResponseException(Exception): class
92 except ResponseException as exn:
/dports/devel/node-thrift/thrift-0.14.0/lib/py/src/server/
H A DTHttpServer.py29 class ResponseException(Exception): class
92 except ResponseException as exn:
/dports/net-mgmt/icingaweb2-module-reactbundle/icingaweb2-module-reactbundle-0.9.0/vendor/clue/buzz-react/src/Io/
H A DTransaction.php5 use Clue\React\Buzz\Message\ResponseException; alias
189 * @throws ResponseException
204 throw new ResponseException($response);
/dports/net-mgmt/icingaweb2-module-reactbundle/icingaweb2-module-reactbundle-0.9.0/vendor/react/http/src/Io/
H A DTransaction.php11 use React\Http\Message\ResponseException; alias
217 * @throws ResponseException
232 throw new ResponseException($response);
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/unit/includes/Rest/
H A DRouterTest.php12 use MediaWiki\Rest\ResponseException; alias
115 throw new ResponseException( $response );
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/unit/includes/Rest/
H A DRouterTest.php12 use MediaWiki\Rest\ResponseException; alias
115 throw new ResponseException( $response );
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/MailSo/Pop3/Exceptions/
H A DNegativeResponseException.php19 class NegativeResponseException extends \MailSo\Pop3\Exceptions\ResponseException {}
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/MailSo/Sieve/Exceptions/
H A DNegativeResponseException.php19 class NegativeResponseException extends \MailSo\Sieve\Exceptions\ResponseException {}
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/MailSo/Smtp/Exceptions/
H A DNegativeResponseException.php19 class NegativeResponseException extends \MailSo\Smtp\Exceptions\ResponseException {}
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/MailSo/Pop3/Exceptions/
H A DNegativeResponseException.php19 class NegativeResponseException extends \MailSo\Pop3\Exceptions\ResponseException {}
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/MailSo/Poppassd/Exceptions/
H A DNegativeResponseException.php19 class NegativeResponseException extends \MailSo\Poppassd\Exceptions\ResponseException {}
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/MailSo/Sieve/Exceptions/
H A DNegativeResponseException.php19 class NegativeResponseException extends \MailSo\Sieve\Exceptions\ResponseException {}
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/MailSo/Imap/Exceptions/
H A DInvalidResponseException.php19 class InvalidResponseException extends \MailSo\Imap\Exceptions\ResponseException {}

1234