lisa.utils.ContextManagerExcep#

class lisa.utils.ContextManagerExcep(e)[source]#

Bases: ContextManagerExit

Exception raised when an exception was raised during yield in a context manager created with destroyablecontextmanager().

The e attribute holds the original exception.