stream-exhausted ( n stream word -- * )
Throwing exceptions on stream exhaustion

Prev:throw-on-eof ( ..a quot: ( ..a -- ..b ) -- ..b )


Vocabulary
io.streams.throwing

Inputs
nan integer
streaman input stream
worda word


Outputs
None

Word description
The exception that gets thrown when a stream is exhausted.

Definition