Exceptions
exceptions
HariDirectoryCreationError
Bases: HariError
Exception raised when a directory cannot be created.
Source code in hari_data/exceptions.py
15 16 17 18 19 20 21 22 23 24 25 26 27 | |
HariError
Bases: Exception
Exception base for errors related to Hari.
Source code in hari_data/exceptions.py
4 5 6 7 8 9 10 11 12 | |
HariLoggerNotConfigured
Bases: HariError
Exception raised when the logger is not configured.
Source code in hari_data/exceptions.py
30 31 32 33 34 35 36 37 38 39 | |