Home
last modified time | relevance | path

Searched refs:getHttpCode (Results 1 – 2 of 2) sorted by relevance

/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/Exceptions/ !
DMatrixRequestException.php31 public function getHttpCode(): int { function in MatrixPhp\\Exceptions\\MatrixRequestException
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/ !
DMatrixClient.php399 if ($e->getHttpCode() >= 500) {
450 … throw new MatrixRequestException($e->getHttpCode(), 'Upload failed: ' . $e->getMessage());
469 if ($e->getHttpCode() != 404) {