MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / ErrorException

Class ErrorException

lib/core/globals.h:36–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34extern void hexdump(std::ostream& stream, const Bytes& bytes);
35
36struct ErrorException : public std::exception
37{
38 ErrorException(const std::string& message): message(message) {}
39
40 const std::string message;
41
42 const char* what() const throw() override;
43 void print() const;
44};
45
46struct OutOfRangeException : public ErrorException
47{

Callers 1

badConfigurationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected