Searched defs:WhatException (Results 1 – 1 of 1) sorted by relevance
133 struct WhatException : std::exception { struct134 char const* what() const noexcept override { in what()