in composer_local_dev/errors.py [0:0]
def __init__(self, msg: Optional[str] = None): if msg is None: msg = constants.ENVIRONMENT_FAILED_TO_START_ERROR super().__init__(msg)