MCPcopy 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

217class FormatError : public std::runtime_error {
218public:
219 explicit FormatError(StringRef message)
220 : std::runtime_error(message.c_str()) {}
221};
222
223namespace internal {

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected