The ClosedGeneratorException class
Guide
Edit on GitHub ✎
A ClosedGeneratorException is thrown when trying to retrieve a value from a closed Generator.
Intro
A ClosedGeneratorException is thrown when trying to retrieve a value from a closed Generator.
Class synopsis
extends Exception { }