MCPcopy 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

setErrorsMethod · 0.45
cloneMethod · 0.45

Tested by

no test coverage detected