19 lines
317 B
Python
19 lines
317 B
Python
class ParameterNotFound(Exception):
|
|
"""My documentation"""
|
|
|
|
|
|
class ParameterIllegalValue(Exception):
|
|
"""My documentation"""
|
|
|
|
|
|
class InvalidProjectDir(Exception):
|
|
"""My documentation"""
|
|
|
|
|
|
class InvalidHook(Exception):
|
|
"""My documentation"""
|
|
|
|
|
|
class ChecksumError(Exception):
|
|
"""My documentation"""
|