| 232 | InvalidJSON(std::string message, std::string file_path="") |
| 233 | : FileExceptionBase(message, file_path) { } |
| 234 | virtual ~InvalidJSON() noexcept {} |
| 235 | }; |
| 236 | |
| 237 | /// Exception when invalid encoding options are used |
nothing calls this directly
no outgoing calls
no test coverage detected