|
conduit 0.6.0
Modern C++23 header-only event-dispatching / event-transport library
|
Root of every exception type thrown by conduit. More...
#include <exception.hpp>


Root of every exception type thrown by conduit.
Inherits from std::runtime_error so the message-only constructors compose naturally; no extra state or virtual overrides.