Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
894
void 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_database
Function · 0.85
CPR_bugcheck
Function · 0.85
post_error
Function · 0.85
Calls
1
gpre_exception
Class · 0.85
Tested by
no test coverage detected