Skip to content

xdash API Reference v0.5.14


xdash API Reference / throwError

Function: throwError()

throwError(message): never

Defined in: src/typed.ts:17

Throws an error with the given message.

Parameters

message

string = ''

error message

Returns

never

Released under the MIT License.