Searched defs:ContractError (Results 1 – 1 of 1) sorted by relevance
29 explicit ContractError(const std::string &msg) : std::logic_error(msg) {} in ContractError() function30 explicit ContractError(const char *msg) : std::logic_error(msg) {} in ContractError() function