conduit 0.6.0
Modern C++23 header-only event-dispatching / event-transport library
Loading...
Searching...
No Matches
conduit::Exception Class Reference

Root of every exception type thrown by conduit. More...

#include <exception.hpp>

Inheritance diagram for conduit::Exception:
Inheritance graph
[legend]
Collaboration diagram for conduit::Exception:
Collaboration graph
[legend]

Detailed Description

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.


The documentation for this class was generated from the following file: