CloudBender/cloudbender/exceptions.py

7 lines
132 B
Python
Raw Normal View History

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"""