| 45 | } |
| 46 | |
| 47 | void SafeRunner::HandleException(ISafeRunnable::Pointer code) |
| 48 | { |
| 49 | HandleException(code, ctkException("Unknown exception thrown")); |
| 50 | } |
| 51 | |
| 52 | void SafeRunner::HandleException(ISafeRunnable::Pointer code, |
| 53 | const std::exception& e) |
nothing calls this directly
no test coverage detected