Raised inside a generator or coroutine when generator.close() is called. The generator should either catch and re-raise it, or not catch it at all.
GeneratorExit
python Raised inside a generator or coroutine when generator.close() is called. The generator should either catch and re-raise it, or not catch it at all.