Constructor
new SalmonRangeExceededException(msg)
Construct an exception with a specific message.
Parameters:
Name | Type | Description |
---|---|---|
msg |
The message. |
Classes
Methods
getCause() → {Error|unknown|null}
Get the cause (inner exception) of this exception.
Returns:
The inner exception.
- Type
- Error | unknown | null