fastoad.cmd.exceptions module
Exception for cmd package
- exception fastoad.cmd.exceptions.FastPathExistsError(*args)[source]
Bases:
FastErrorRaised 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:
FastErrorRaised 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.