Home
last modified time | relevance | path

Searched defs:hash_error (Results 1 – 1 of 1) sorted by relevance

/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dhash.hpp29 struct hash_error : public game::error struct
31 hash_error(const std::string& message) : game::error(message) {} in hash_error() function