Source code for pyquickhelper.pycode.code_exceptions

"""
exceptions raised in this subfolder


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


[docs]class CoverageException(Exception): """ raised when an issue happens with the coverage :githublink:`%|py|10` """ pass
[docs]class SetupHookException(Exception): """ raised when something happen while running setup_hook :githublink:`%|py|17` """ pass