| 152 | } |
| 153 | |
| 154 | void ProfilingConnectionDumpToFileDecorator::Fail(const std::string& errorMessage) |
| 155 | { |
| 156 | Close(); |
| 157 | throw arm::pipe::ProfilingException(errorMessage); |
| 158 | } |
| 159 | |
| 160 | } // namespace pipe |
| 161 |
nothing calls this directly
no test coverage detected