summaryrefslogtreecommitdiff
path: root/cli/dts/lib.deno.ns.d.ts
diff options
context:
space:
mode:
authorYoshiya Hinosawa <stibium121@gmail.com>2022-01-20 12:29:37 +0900
committerGitHub <noreply@github.com>2022-01-20 12:29:37 +0900
commitee51c3ddd90f6f4e852a65895519768c8a815116 (patch)
tree96468a009a2f563070410ffaf692ec0cc46da634 /cli/dts/lib.deno.ns.d.ts
parent9bac346d66d20cd7b8abc1e4001cb461bb665a0b (diff)
fix(cli/dts): add NotSupported error type (#13432)
Diffstat (limited to 'cli/dts/lib.deno.ns.d.ts')
-rw-r--r--cli/dts/lib.deno.ns.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/dts/lib.deno.ns.d.ts b/cli/dts/lib.deno.ns.d.ts
index 46b4bda71..92eaffc76 100644
--- a/cli/dts/lib.deno.ns.d.ts
+++ b/cli/dts/lib.deno.ns.d.ts
@@ -85,6 +85,7 @@ declare namespace Deno {
export class BadResource extends Error {}
export class Http extends Error {}
export class Busy extends Error {}
+ export class NotSupported extends Error {}
}
/** The current process id of the runtime. */