kedro.config.MissingConfigException

class kedro.config.MissingConfigException[source]

Raised when no configuration files can be found within a config path

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.