Searched refs:toCopy (Results 1 – 1 of 1) sorted by relevance
1518 OurCppRunException (const OurCppRunException &toCopy) : in OurCppRunException() argument1519 std::runtime_error(toCopy) {} in OurCppRunException()1521 OurCppRunException &operator = (const OurCppRunException &toCopy) { in operator =() argument1523 std::runtime_error::operator=(toCopy))); in operator =()