Class: RangeExceededException

RangeExceededException(msg, ex)

Thrown when maximum nonce range is exceeded.

Constructor

new RangeExceededException(msg, ex)

Construct an exception with a specific message.
Parameters:
Name Type Default Description
msg string | null The provided message.
ex Error | unknown | null null The inner exception.
Source:

Classes

RangeExceededException

Methods

getCause() → {Error|unknown|null}

Get the cause (inner exception) of this exception.
Source:
Returns:
The inner exception.
Type
Error | unknown | null