7 lines
132 B
Python
7 lines
132 B
Python
class ParameterNotFound(Exception):
|
|
"""My documentation"""
|
|
|
|
|
|
class ParameterIllegalValue(Exception):
|
|
"""My documentation"""
|