Deno.errors.UnexpectedEof

Raised when attempting to read bytes from a resource, but the EOF was unexpectedly encountered.

class UnexpectedEof extends Error { }

§Extends

§
Error
[src]