| 241 | |
| 242 | template <typename... Args> |
| 243 | explicit IOException(const string& msg, Args... params) |
| 244 | : IOException(ConstructMessage(msg, params...)) {} |
| 245 | }; |
| 246 | |
| 247 | class SerializationException : public Exception { |
nothing calls this directly
no outgoing calls
no test coverage detected