androlyze.settings.exception package

Module contents

exception androlyze.settings.exception.ConfigError(msg=None, caused_by=None)[source]

Bases: androlyze.error.WrapperException.WrapperException

Base exception class for errors related to the config

exception androlyze.settings.exception.ConfigFileNotFoundError(file_path, *args, **kwargs)[source]

Bases: androlyze.settings.exception.ConfigError

Exception for the case that a config file could not be opened