MCPcopy Create free account
hub / github.com/Snapchat/Valdi / onError

Method onError

valdi_core/src/valdi_core/cpp/Utils/ExceptionTracker.cpp:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20void ExceptionTracker::onError(const Error& error) {
21 onError(Error(error));
22}
23
24void ExceptionTracker::onError(Error&& error) {
25 if (_isEmpty) {

Callers

nothing calls this directly

Calls 6

getErrorFunction · 0.85
getGlobalFunction · 0.85
rethrowMethod · 0.80
makeStringMethod · 0.80
ErrorClass · 0.70
onErrorFunction · 0.50

Tested by

no test coverage detected