MCPcopy Create free account
hub / github.com/cwida/ALP / IOException

Method IOException

publication/source_code/include/duckdb/exception.hpp:243–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241
242 template <typename... Args>
243 explicit IOException(const string& msg, Args... params)
244 : IOException(ConstructMessage(msg, params...)) {}
245};
246
247class SerializationException : public Exception {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected