Constructor
new ConfigurationError(message)
Create a ConfigurationError
object with a custom error message.
Parameters:
Name | Type | Description |
---|---|---|
message |
string |
The error message. |
- Source:
Indicate that a provided configuration does not contain the required configuration properties.
Create a ConfigurationError
object with a custom error message.
Name | Type | Description |
---|---|---|
message |
string |
The error message. |