Skip to main content

raise_error

Deliberately raise an error.

def raise_error(
*args: any
) - > null

Deliberately raise an error.

Parameters

NameTypeDescription
*argsanyVariable length argument list that is accepted but not used by the function

Returns

TypeDescription
nullThis function does not return a value as it always raises an exception.