ID EN
Config Parser

InterpolationMissingOptionError

Python 3.11

Exception raised when an option referenced from a value does not exist. Subclass of InterpolationError.

Syntax

PYTHON
exception configparser.InterpolationMissingOptionError

See Also

InterpolationError