Deno.errors.Interrupted
Raised when the underlying operating system reports an EINTR
error. In
many cases, this underlying IO error will be handled internally within
Deno, or result in an @{link BadResource} error instead.
class Interrupted extends Error { }