MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / on_error

Method on_error

extlibs/fmt/include/fmt/format-inl.h:1353–1355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1351}
1352
1353FMT_FUNC void internal::error_handler::on_error(const char* message) {
1354 FMT_THROW(format_error(message));
1355}
1356
1357FMT_FUNC void report_system_error(int error_code,
1358 fmt::string_view message) FMT_NOEXCEPT {

Callers

nothing calls this directly

Calls 1

format_errorFunction · 0.85

Tested by

no test coverage detected