MCPcopy Create free account
hub / github.com/AlexInLog/ReactivePlusPlus / on_error

Method on_error

src/rpp/rpp/operators/tap.hpp:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40
41 void on_error(const std::exception_ptr& err) const
42 {
43 onError(err);
44 observer.on_error(err);
45 }
46
47 void on_completed() const
48 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected