err
@algorandfoundation/algorand-typescript
@algorandfoundation/algorand-typescript / index / err
Function: err()
err(
message
?):never
Defined in: packages/algo-ts/src/util.ts:27
Raise an error and halt execution
Parameters
message?
string
The message to accompany the error
Returns
never