Constructor
new AuthException(msg, ex)
Construct an exception with a specific message and inner exception
Parameters:
Name | Type | Default | Description |
---|---|---|---|
msg |
string | null | The provided message |
ex |
Error | unknown | null | null | The inner exception |
Classes
Methods
getCause()
Get the nested error.
Returns:
The cause of the error