| 2867 | } |
| 2868 | |
| 2869 | void vtkFoamFile::ThrowStackTrace(const std::string& msg) |
| 2870 | { |
| 2871 | throw this->StackString() << msg; |
| 2872 | } |
| 2873 | |
| 2874 | // hacks to keep exception throwing code out-of-line to make |
| 2875 | // putBack() and readExpecting() inline expandable |
no test coverage detected