new Error(error)
Create a new NdnRegexMatcherBase.Error to report errors using
NdnRegexMatcherBase methods.
Call with: throw new NdnRegexMatcherBase.Error(new Error("message")).
Parameters:
Name | Type | Description |
---|---|---|
error |
Error | The exception created with new Error. |