SOURCE CODE PYTEST_HELM_CHARTS.ERRORS DOCS

class WaitTimeoutError(Exception):DOCS
    def __init__(self, msg: str):
        self.msg = msg


class ObjectStatusError(Exception):DOCS
    def __init__(self, msg: str):
        self.msg = msg