| 262 | InvalidSampleRate(std::string message, std::string file_path="") |
| 263 | : FileExceptionBase(message, file_path) { } |
| 264 | virtual ~InvalidSampleRate() noexcept {} |
| 265 | }; |
| 266 | |
| 267 | /// Exception for missing JSON Change key |
nothing calls this directly
no outgoing calls
no test coverage detected