CloudBender/cloudbender/exceptions.py

3 lines
63 B
Python
Raw Normal View History

2019-06-27 13:31:51 +00:00
class ParameterNotFound(Exception):
"""My documentation"""