Class EventNotRegisteredError

Inheritance Relationships

Base Type

  • public std::runtime_error

Class Documentation

class EventNotRegisteredError : public std::runtime_error

Thrown when an unregistered rclcpp::Event is encountered where a registered one was expected.

Public Functions

inline EventNotRegisteredError()