raise_error
Deliberately raise an error.
def raise_error(
*args: any
) - > null
Deliberately raise an error.
Parameters
| Name | Type | Description |
|---|---|---|
| *args | any | Variable length argument list that is accepted but not used by the function |
Returns
| Type | Description |
|---|---|
null | This function does not return a value as it always raises an exception. |