This is the base class of all types of exceptions thrown by the KaCanOpen library. It can be used directly like std::runtime_error if there isn't any more specific error class. More...
#include <canopen_error.h>


Public Member Functions | |
| canopen_error (std::string what) | |
| Constructor. More... | |
| virtual | ~canopen_error () |
| Destructor. | |
This is the base class of all types of exceptions thrown by the KaCanOpen library. It can be used directly like std::runtime_error if there isn't any more specific error class.
Definition at line 43 of file canopen_error.h.
|
inlineexplicit |
1.8.7