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

Function CPR_abort

src/gpre/gpre.cpp:894–899  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

892//
893
894void CPR_abort()
895{
896 ++fatals_global;
897 //throw Firebird::Exception();
898 throw gpre_exception("Program terminated.");
899}
900
901
902#ifdef DEV_BUILD

Callers 3

PAR_databaseFunction · 0.85
CPR_bugcheckFunction · 0.85
post_errorFunction · 0.85

Calls 1

gpre_exceptionClass · 0.85

Tested by

no test coverage detected