def error_and_exit()

in control-plane/custom-resources/src_custom_resources/subnets_checker.py [0:0]


def error_and_exit(error):

    print(error)
    raise Exception(error)