15 lines
256 B
Python
15 lines
256 B
Python
class ParameterNotFound(Exception):
|
|
"""My documentation"""
|
|
|
|
|
|
class ParameterIllegalValue(Exception):
|
|
"""My documentation"""
|
|
|
|
|
|
class InvalidProjectDir(Exception):
|
|
"""My documentation"""
|
|
|
|
|
|
class InvalidHook(Exception):
|
|
"""My documentation"""
|