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

Class fatal_exception

src/include/fb_exception.h:162–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160};
161
162class fatal_exception : public status_exception
163{
164public:
165 explicit fatal_exception(const char* message);
166 static void raiseFmt(const char* format, ...);
167 const char* what() const throw();
168 static void raise(const char* message);
169};
170
171
172} // namespace Firebird

Callers 2

raiseMethod · 0.85
raiseFmtMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected