err
err(
message?):never
Defined in: util.ts:109
Raise an error and halt execution
Parameters
Section titled “Parameters”message?
Section titled “message?”string
The message to accompany the error
Returns
Section titled “Returns”never
err(
message?):never
Defined in: util.ts:109
Raise an error and halt execution
string
The message to accompany the error
never