SeaBreeze
SocketTimeoutException.h
Go to the documentation of this file.
1 /***************************************************/
31 #ifndef SEABREEZE_SOCKETTIMEOUTEXCEPTION_H
32 #define SEABREEZE_SOCKETTIMEOUTEXCEPTION_H
33 
35 
36 namespace seabreeze {
37 
39  public:
40  SocketTimeoutException(const std::string &error);
41  };
42 
43 }
44 
45 #endif /* SEABREEZE_SOCKETTIMEOUTEXCEPTION_H */
Definition: SocketException.h:37
Definition: SocketTimeoutException.h:38
Encapsulates all SeaBreeze classes.
Definition: DeviceFactory.h:42