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

Method error

include/Core/Exception.hpp:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 m_message += fmt::format(" In function: {}\n", info.function);
44 }
45 template <class... Args> void error(Args&&... args)
46 {
47 const std::string errorMsg = fmt::format(std::forward<Args>(args)...);
48 m_message += fmt::format(" Error: {}\n", errorMsg);
49 }
50 template <class... Args> void hint(Args&&... args)
51 {
52 const std::string hintMsg = fmt::format(std::forward<Args>(args)...);

Callers 15

mainFunction · 0.45
deleteDirectoryFunction · 0.45
Loaders.cppFile · 0.45
lua_exception_handlerFunction · 0.45
~EngineMethod · 0.45
errorFunction · 0.45
NoSuchComponentMethod · 0.45
ScriptFileNotFoundMethod · 0.45

Calls 1

formatFunction · 0.50

Tested by

no test coverage detected