fastoad.cmd.exceptions module

Exception for cmd package

exception fastoad.cmd.exceptions.FastPathExistsError(*args)[source]

Bases: FastError

Raised when asked for writing a file/folder that already exists.

add_note()

Exception.add_note(note) – add a note to the exception

args
with_traceback()

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

exception fastoad.cmd.exceptions.FastNoAvailableNotebookError(distribution_name=None)[source]

Bases: FastError

Raised when no notebook is available for creation.

add_note()

Exception.add_note(note) – add a note to the exception

args
with_traceback()

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