lisa.conf.DeferredExcep#
- class lisa.conf.DeferredExcep(excep)[source]#
Bases:
DeferredValue
Specialization of
DeferredValue
to lazily raise an exception.- Parameters:
excep (BaseException) – Exception to raise when the value is used.
Bases: DeferredValue
Specialization of DeferredValue
to lazily raise an exception.
excep (BaseException) – Exception to raise when the value is used.