exceptions
CriticalQualityWarningRaisedException
Bases: Exception
Exception raised when a component raises quality warnings.
Source code in multimno/core/exceptions.py
15 16 17 18 19 20 21 22 23 24 25 |
|
PpNoDevicesException
Bases: Exception
Exception raised when no devices are found at the timepoint being calculated by the PresentPopulation class.
Source code in multimno/core/exceptions.py
6 7 8 9 10 11 12 |
|