CfParser.enterNesting

void enterNesting() @safe pure

Increments nesting depth, checking against the maximum limit.

Throws

CfParseException if nesting depth exceeds MAX_NESTING_DEPTH.