18 #ifndef GAZEBO_PLUGINS_REST_WEB_RESTEXCEPTION_HH_ 19 #define GAZEBO_PLUGINS_REST_WEB_RESTEXCEPTION_HH_ 28 public:
explicit RestException(
const char *_m):std::runtime_error(_m) {}
Forward declarations for the common classes.
Definition: Animation.hh:26
Definition: RestException.hh:26
RestException(const char *_m)
Definition: RestException.hh:28