Class: EOFError

EOFError(messageopt)

Represents an error caused by reaching the end-of-file (or, more generally, end-of-input).

Constructor

new EOFError(messageopt)

Constructs an EOFError.
Parameters:
Name Type Attributes Description
message string <optional>
Human-readable description of the error.
Source: