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)
 - args
 - with_traceback()
- Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.