Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ablab/spades
/ FormatError
Method
FormatError
ext/include/cppformat/format.h:219–220 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
217
class FormatError : public std::runtime_error {
218
public:
219
explicit FormatError(StringRef message)
220
: std::runtime_error(message.c_str()) {}
221
};
222
223
namespace internal {
Callers
nothing calls this directly
Calls
1
c_str
Method · 0.45
Tested by
no test coverage detected