new MaximumInterpolationDepthError(section, key, value, maxDepth)
Error thrown when the interpolate function exceeds the maximum recursion depth.
Parameters:
| Name | Type | Description | 
|---|---|---|
| section | string | Section Name | 
| key | string | Key Name | 
| value | string | Key Value | 
| maxDepth | int | Maximum recursion depth |