new DerDecodingException(error)
Create a new DerDecodingException wrapping the given error object.
Call with: throw new DerDecodingException(new Error("message")).
Parameters:
| Name | Type | Description |
|---|---|---|
error |
Error | The exception created with new Error. |