MCPcopy Create free account
hub / github.com/RenderKit/oidn / code

Function code

core/exception.h:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 message(std::make_shared<std::string>(message)) {}
21
22 Error code() const noexcept
23 {
24 return error;
25 }
26
27 const char* what() const noexcept override;
28

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected