lisa.utils.ContextManagerExcep#
- class lisa.utils.ContextManagerExcep(e)[source]#
Bases:
ContextManagerExitException raised when an exception was raised during
yieldin a context manager created withdestroyablecontextmanager().The
eattribute holds the original exception.