Exceptions¶
TOMLConfigFileNotFound ¶
Bases: TOMLConfiguratorException
Raised when the TOML configuration file is not found.
TOMLConfigUpdateError ¶
Bases: TOMLConfiguratorException
Raised when an error occurs while updating the TOML configuration file.
TOMLConfiguratorException ¶
TOMLCreateConfigError ¶
Bases: TOMLConfiguratorException
Raised when an error occurs while creating the TOML configuration file.
TOMLLoadConfigError ¶
Bases: TOMLConfiguratorException
Raised when an error occurs while loading the TOML configuration file.
TOMLWriteConfigError ¶
Bases: TOMLConfiguratorException
Raised when an error occurs while writing the TOML configuration file.