SeaBreeze
BusConnectException.h
Go to the documentation of this file.
1 /***************************************************/
35 #ifndef BUSCONNECTEXCEPTION_H
36 #define BUSCONNECTEXCEPTION_H
37 
39 
40 namespace seabreeze {
41 
43  public:
44  BusConnectException(const std::string &error);
45  };
46 
47 }
48 
49 #endif /* BUSCONNECTEXCEPTION_H */
Definition: BusException.h:43
Definition: BusConnectException.h:42
Encapsulates all SeaBreeze classes.
Definition: DeviceFactory.h:42