MCPcopy Create free account
hub / github.com/ablab/spades / FormatError

Class FormatError

ext/include/cppformat/format.h:217–221  ·  view source on GitHub ↗

A formatting error such as invalid format string. */

Source from the content-addressed store, hash-verified

215 A formatting error such as invalid format string.
216*/
217class FormatError : public std::runtime_error {
218public:
219 explicit FormatError(StringRef message)
220 : std::runtime_error(message.c_str()) {}
221};
222
223namespace internal {
224

Callers 13

parse_nonnegative_intFunction · 0.85
require_numeric_argumentFunction · 0.85
check_signFunction · 0.85
visit_unhandled_argMethod · 0.85
visit_any_intMethod · 0.85
visit_unhandled_argMethod · 0.85
visit_any_intMethod · 0.85
report_unknown_typeMethod · 0.85
visit_charMethod · 0.85
write_strMethod · 0.85
parse_arg_indexMethod · 0.85
get_argMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected