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

Function raiseIOError

src/jrd/replication/ChangeLog.cpp:98–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 }
97
98 void raiseIOError(const char* syscall, const char* filename, ISC_STATUS errcode)
99 {
100 Arg::Gds temp(isc_io_error);
101 temp << Arg::Str(syscall);
102 temp << Arg::Str(filename);
103 temp << SYS_ERR(errcode);
104 temp.raise();
105 }
106}
107
108

Callers 1

copyToMethod · 0.85

Calls 2

StrClass · 0.85
raiseMethod · 0.45

Tested by

no test coverage detected