| 507 | #if defined(FU2_HAS_NO_FUNCTIONAL_HEADER) |
| 508 | struct bad_function_call : std::exception { |
| 509 | bad_function_call() noexcept { |
| 510 | } |
| 511 | |
| 512 | char const* what() const noexcept override { |
| 513 | return "bad function call"; |
nothing calls this directly
no outgoing calls
no test coverage detected