| 728 | try |
| 729 | { |
| 730 | PYBIND11_OVERLOAD_PURE_NAME(void, IErrorRecorder, "clear", clear); |
| 731 | } |
| 732 | catch (std::exception const& e) |
| 733 | { |
| 734 | std::cerr << "[ERROR] Exception caught in clear(): " << e.what() << std::endl; |
| 735 | } |
| 736 | catch (...) |
| 737 | { |
| 738 | std::cerr << "[ERROR] Exception caught in clear()" << std::endl; |
no outgoing calls
no test coverage detected