lisa.utils.ContextManagerDestroyed#
- class lisa.utils.ContextManagerDestroyed[source]#
Bases:
GeneratorExit
Exception raised in context managers created by
destroyablecontextmanager()
when no exception was raised duringyield
per say but the context manager was destroyed without calling__exit__
.