lisa.utils.ContextManagerDestroyed#

class lisa.utils.ContextManagerDestroyed[source]#

Bases: GeneratorExit

Exception raised in context managers created by destroyablecontextmanager() when no exception was raised during yield per say but the context manager was destroyed without calling __exit__.