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