Skip to main content
class Deno.errors.UnexpectedEof
extendsError

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

Back to top