diff options
Diffstat (limited to 'cli/dts/lib.deno.ns.d.ts')
-rw-r--r-- | cli/dts/lib.deno.ns.d.ts | 1 |
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. */ |