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