Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
99
private:
100
std::string path;
Callers
3
ReadQueryFromReader
Method · 0.45
ThrowResultModeError
Function · 0.45
ProcessFile
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected