MCPcopy Create free account
hub / github.com/duckdb/duckdb / FormatException

Method FormatException

benchmark/interpreted_benchmark.cpp:95–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 }
94
95 std::string FormatException(string exception_msg) {
96 return path + ":" + std::to_string(linenr) + " - " + exception_msg;
97 }
98
99private:
100 std::string path;

Callers 3

ReadQueryFromReaderMethod · 0.45
ThrowResultModeErrorFunction · 0.45
ProcessFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected