MCPcopy Create free account
hub / github.com/Naios/function2 / bad_function_call

Method bad_function_call

include/function2/function2.hpp:509–510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

507#if defined(FU2_HAS_NO_FUNCTIONAL_HEADER)
508struct bad_function_call : std::exception {
509 bad_function_call() noexcept {
510 }
511
512 char const* what() const noexcept override {
513 return "bad function call";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected