Source code for ensae_projects.datainc.data_exception

"""
Exception raised when data is not available


:githublink:`%|py|5`
"""


[docs]class ProjectDataException(Exception): """ Exception raised when data is not available :githublink:`%|py|10` """ pass
[docs]class PasswordException(Exception): """ Raised when password is missing :githublink:`%|py|17` """ pass
[docs]class FileFormatException(Exception): """ Raised when unable to parse a file :githublink:`%|py|24` """ pass