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

Method checkException

src/include/firebird/Interface.h:341–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339
340 public:
341 static void checkException(ThrowStatusWrapper* status)
342 {
343 if (status->dirty && (status->getState() & IStatus::STATE_ERRORS))
344 throw FbException(status->status);
345 }
346 };
347
348#ifdef FB_API_VER // internal hack

Callers

nothing calls this directly

Calls 2

FbExceptionClass · 0.85
getStateMethod · 0.45

Tested by

no test coverage detected