| 1351 | } |
| 1352 | |
| 1353 | FMT_FUNC void internal::error_handler::on_error(const char* message) { |
| 1354 | FMT_THROW(format_error(message)); |
| 1355 | } |
| 1356 | |
| 1357 | FMT_FUNC void report_system_error(int error_code, |
| 1358 | fmt::string_view message) FMT_NOEXCEPT { |
nothing calls this directly
no test coverage detected