Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ FbException
Method
FbException
src/include/firebird/Interface.h:120–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
{
119
public:
120
FbException(IStatus* aStatus, const ISC_STATUS* vector)
121
{
122
aStatus->setErrors(vector);
123
status = aStatus->clone();
124
}
125
126
FbException(IStatus* aStatus)
127
: status(aStatus->clone())
Callers
nothing calls this directly
Calls
2
setErrors
Method · 0.45
clone
Method · 0.45
Tested by
no test coverage detected