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) {}
Definition: RestException.hh:26
RestException(const char *_m)
Definition: RestException.hh:28