MCPcopy Create free account
hub / github.com/AGWA/git-crypt / System_error

Method System_error

util.hpp:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 int error;
46
47 System_error (const std::string& a, const std::string& t, int e) : action(a), target(t), error(e) { }
48
49 std::string message () const;
50};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected