1 #ifndef XSENS_EXCEPTION_H
2 #define XSENS_EXCEPTION_H
18 virtual const char *
what()
const throw();
26 #endif // XSENS_EXCEPTION_H
Exception()
Definition: xsens_exception.cpp:5
Definition: xsens_exception.h:9
virtual ~Exception()
Definition: xsens_exception.cpp:24
virtual const char * what() const
Definition: xsens_exception.cpp:28