CloudBender/cloudbender/exceptions.py

11 lines
201 B
Python

class ParameterNotFound(Exception):
"""My documentation"""
class ParameterIllegalValue(Exception):
"""My documentation"""
class InvalidProjectDir(BaseException):
"""My documentation"""