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

Method on_error

extlibs/fmt/include/fmt/core.h:605–607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

603 FMT_CONSTEXPR void check_arg_id(basic_string_view<Char>) {}
604
605 FMT_CONSTEXPR void on_error(const char* message) {
606 ErrorHandler::on_error(message);
607 }
608
609 FMT_CONSTEXPR ErrorHandler error_handler() const { return *this; }
610};

Callers 1

on_errorFunction · 0.45

Calls 1

on_errorFunction · 0.85

Tested by

no test coverage detected