Exceptions

Exceptions used by ImportConfig and it’s subclasses.

exception importconfig.exceptions.ImportConfigError[source]

Bases: exceptions.Exception

Base exception for ImportConfig.

exception importconfig.exceptions.InvalidFilePathError[source]

Bases: importconfig.exceptions.ImportConfigError

Exception to be thrown when an invalid filepath is passed.