Searched defs:abi_exception (Results 1 – 2 of 2) sorted by relevance
19 struct abi_exception : std::exception { struct22 explicit abi_exception(std::string const d); argument24 ~abi_exception() throw() {} in throw() argument
25 abi_exception::abi_exception(string const d) : desc(d) {} in abi_exception() function in abi_exception