new InvalidSigningInfoError(error)
Create an InvalidSigningInfoError which extends KeyChain.Error to indicate
that the supplied SigningInfo is invalid.
Call with: throw new InvalidSigningInfoError(new Error("message")).
Parameters:
| Name | Type | Description |
|---|---|---|
error |
Error | The exception created with new Error. |
- Source: