Go to the documentation of this file.
17 #ifndef GAZEBO_PLUGINS_SIMEVENTSEXCEPTION_HH_
18 #define GAZEBO_PLUGINS_SIMEVENTSEXCEPTION_HH_
29 : std::runtime_error(m) {}
Forward declarations for the common classes.
Definition: Animation.hh:27
SimEventsException(const char *m)
Constructor param[in] m the exception message.
Definition: SimEventsException.hh:28
Definition: SimEventsException.hh:25