MCPcopy Create free account
hub / github.com/LiteLDev/LeviLamina / StringError

Method StringError

src/ll/api/Expected.h:89–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87struct StringError : ErrorInfoBase {
88 std::string str;
89 StringError(std::string str) : str(std::move(str)) {}
90 std::string message(std::string_view) const noexcept override { return str; }
91};
92struct ErrorCodeError : ErrorInfoBase {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected