11 lines
197 B
Python
11 lines
197 B
Python
class ParameterNotFound(Exception):
|
|
"""My documentation"""
|
|
|
|
|
|
class ParameterIllegalValue(Exception):
|
|
"""My documentation"""
|
|
|
|
|
|
class InvalidProjectDir(Exception):
|
|
"""My documentation"""
|