Class: SalmonSecurityException

SalmonSecurityException(msg, ex)

Salmon generic security exception.

Constructor

new SalmonSecurityException(msg, ex)

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

Classes

SalmonSecurityException

Methods

getCause() → {Error|unknown|null}

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