We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3081f6 commit 166c05fCopy full SHA for 166c05f
components/server/src/bitbucket-server/utils.ts
@@ -6,7 +6,7 @@
6
7
import { RequestOptions } from "bitbucket/src/plugins/register-endpoints/types";
8
9
-// this, because for some reason we can't import HTTPError from bitbucket/src/error/types. This is only a subset of the actual class
+// For some reason we can't import HTTPError from bitbucket/src/error/types. This is only a subset of the actual class
10
export abstract class HTTPError extends Error {
11
public request: RequestOptions | undefined;
12
}
0 commit comments