MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / raise

Method raise

src/common/StatusHolder.cpp:62–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void StatusHolder::raise()
63{
64 if (getError())
65 {
66 Arg::StatusVector tmp(getErrors());
67 tmp << Arg::StatusVector(getWarnings());
68 m_raised = true;
69 tmp.raise();
70 }
71}
72
73} // namespace Firebird

Callers

nothing calls this directly

Calls 1

StatusVectorClass · 0.70

Tested by

no test coverage detected