MCPcopy Create free account
hub / github.com/apache/qpid-proton / on_error

Method on_error

cpp/src/handler.cpp:92–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90void messaging_handler::on_receiver_drain_finish(receiver &) {}
91
92void messaging_handler::on_error(const error_condition& c) { throw proton::error(c.what()); }
93
94}

Callers 1

dispatchMethod · 0.45

Calls 2

errorClass · 0.85
whatMethod · 0.45

Tested by

no test coverage detected