setIgnoreUnresolvableNestedPlaceholders abstract method
Enables or disables ignoring unresolvable nested placeholders.
If false, unresolved nested placeholders will throw an exception.
If true, unresolved placeholders will remain in their original form (e.g., #{...}).
Implementation
void setIgnoreUnresolvableNestedPlaceholders(bool ignoreUnresolvableNestedPlaceholders);