new Error(error)
Create a new CertificateV2.Error to report an error for not complying with
the certificate format.
Call with: throw new CertificateV2.Error(new Error("message")).
Parameters:
Name | Type | Description |
---|---|---|
error |
Error | The exception created with new Error. |
- Source: