MCPcopy Create free account
hub / github.com/citp/BlockSci / MissingKeyException

Class MissingKeyException

tools/parser/serializable_map.hpp:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 using size_type = typename Map::size_type;
27
28 struct MissingKeyException : public std::runtime_error {
29 MissingKeyException() : std::runtime_error("Tried to remove missing key") {}
30 };
31
32 struct BadSerializationFormatException : public std::runtime_error {
33 BadSerializationFormatException(const std::string &path) : std::runtime_error("Tried to load data with bad serialization format from file " + path) {}

Callers 1

eraseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected