BusNotFoundError

class mtf.network_port.bus_manager.BusNotFoundError

Custom exception used to indicate that a specific bus was not found

__init__(bus_name)
__new__(**kwargs)
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.