The ClosedGeneratorException class
(PHP 5 >= 5.5.0, PHP 7, PHP 8)
Introduction
A ClosedGeneratorException is thrown when trying
to retrieve a value from a closed Generator .
Class synopsis
class ClosedGeneratorException
extends
Exception
{
/* Inherited properties */
/* Inherited methods */
}
There are no user contributed notes for this page.