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

Method raise

src/common/fb_exception.cpp:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129void status_exception::raise(const ISC_STATUS *status_vector)
130{
131 throw status_exception(status_vector);
132}
133
134void status_exception::raise(const IStatus* status)
135{

Callers

nothing calls this directly

Calls 10

status_exceptionClass · 0.85
BadAllocClass · 0.85
LongJumpClass · 0.85
system_call_failedClass · 0.85
raiseFunction · 0.85
fatal_exceptionClass · 0.85
mergeStatusMethod · 0.80
system_errorClass · 0.50
beginMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected