new Error(error)
Create a TpmBackEndFile.Error which extends TpmBackEnd.Error and represents a
non-semantic error in backend TPM file processing.
Call with: throw new TpmBackEndFile.Error(new Error("message")).
Parameters:
Name | Type | Description |
---|---|---|
error |
Error | The exception created with new Error. |
- Source: