Searched refs:getHttpCode (Results 1 – 2 of 2) sorted by relevance
31 public function getHttpCode(): int { function in MatrixPhp\\Exceptions\\MatrixRequestException
399 if ($e->getHttpCode() >= 500) {450 … throw new MatrixRequestException($e->getHttpCode(), 'Upload failed: ' . $e->getMessage());469 if ($e->getHttpCode() != 404) {