Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemLib/LemLib
/ error_handler
Method
error_handler
include/fmt/core.h:582–582 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
580
581
struct error_handler {
582
constexpr error_handler() = default;
583
584
// This function is intentionally not constexpr to give a compile-time error.
585
FMT_NORETURN void on_error(const char* message) { throw_format_error(message); }
Callers
1
handle_dynamic_spec
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected