This error represents the condition where an environment variable was registered twice, indicating a conflict.
Environment.register("key1", "val"); Environment.register("key2", "val2"); // Throws error
Construct the error.
The environment key in conflict
The current default value that was set
The new default value
Generated using TypeDoc
This error represents the condition where an environment variable was registered twice, indicating a conflict.
Example
Environment.register("key1", "val"); Environment.register("key2", "val2"); // Throws error