2019-06-27 13:31:51 +00:00
|
|
|
class ParameterNotFound(Exception):
|
|
|
|
"""My documentation"""
|
2019-07-03 13:15:18 +00:00
|
|
|
|
|
|
|
|
|
|
|
class ParameterIllegalValue(Exception):
|
|
|
|
"""My documentation"""
|
2019-12-06 14:46:41 +00:00
|
|
|
|
|
|
|
|
2019-12-09 13:32:39 +00:00
|
|
|
class InvalidProjectDir(Exception):
|
2019-12-06 14:46:41 +00:00
|
|
|
"""My documentation"""
|