mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
Remove Deno.errors.Other (#4249)
This commit is contained in:
parent
8d96dffa41
commit
a1b98e9e6a
2 changed files with 0 additions and 8 deletions
1
cli/js/lib.deno.ns.d.ts
vendored
1
cli/js/lib.deno.ns.d.ts
vendored
|
@ -1317,7 +1317,6 @@ declare namespace Deno {
|
|||
TimedOut: ErrorConstructor;
|
||||
Interrupted: ErrorConstructor;
|
||||
WriteZero: ErrorConstructor;
|
||||
Other: ErrorConstructor;
|
||||
UnexpectedEof: ErrorConstructor;
|
||||
BadResource: ErrorConstructor;
|
||||
Http: ErrorConstructor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue