Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
90
void messaging_handler::on_receiver_drain_finish(receiver &) {}
91
92
void messaging_handler::on_error(const error_condition& c) { throw proton::error(c.what()); }
93
94
}
Callers
1
dispatch
Method · 0.45
Calls
2
error
Class · 0.85
what
Method · 0.45
Tested by
no test coverage detected