MCPcopy Create free account
hub / github.com/1a1a11a/libCacheSim / exception

Function exception

example/cacheHierarchy/fkYAML/node.hpp:1653–1657  ·  view source on GitHub ↗

@brief Construct a new exception object with an error message. @param[in] msg An error message. @sa https://fktn-k.github.io/fkYAML/api/exception/constructor/

Source from the content-addressed store, hash-verified

1651 /// @param[in] msg An error message.
1652 /// @sa https://fktn-k.github.io/fkYAML/api/exception/constructor/
1653 explicit exception(const char* msg) noexcept {
1654 if (msg) {
1655 m_error_msg = msg;
1656 }
1657 }
1658
1659public:
1660 /// @brief Returns an error message internally held. If nothing, a non-null, empty string will be returned.

Callers 14

node.hppFile · 0.85
detectMethod · 0.85
detectMethod · 0.85
detectMethod · 0.85
input_adapterFunction · 0.85
operator==Method · 0.85
operator<Method · 0.85
iteratorClass · 0.85
convertMethod · 0.85
FK_YAML_UNLIKELYMethod · 0.85
from_nodeFunction · 0.85
FK_YAML_UNLIKELYMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected