Skip to contents

This function checks if any elements in the provided list of arguments are `NULL`. If any `NULL` elements are found, it stops the execution and returns an informative error message.

Usage

check_null_elements(args)

Arguments

args

A list of arguments to check for `NULL` elements.

Value

This function does not return a value. It stops execution if any `NULL` elements are found in the input list.