Source code for pyquickhelper.filehelper.fexceptions

"""
exceptions


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


[docs]class FileException(Exception): """ Exception related to files. :githublink:`%|py|11` """ pass