MCPcopy Create free account
hub / github.com/Tracktion/choc / Error

Method Error

choc/text/choc_Files.h:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36struct Error : public std::runtime_error
37{
38 Error (const std::string& error) : std::runtime_error (error) {}
39};
40
41/// Attempts to read the entire contents of the given file into memory,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected