8.1.6. pelicun.pelicun_warnings
Pelicun warning and error classes.
Exceptions
|
Exception raised for inconsistent or invalid units. |
|
Exception raised for errors in the configuration of Pelicun. |
Custom warning for specific use in the Pelicun project. |
- exception pelicun.pelicun_warnings.InconsistentUnitsError(message: str = 'Inconsistent units.', file: str | None = None)[source]
Exception raised for inconsistent or invalid units.
- Attributes:
- messagestr
Explanation of the error.