| 29 | // 'Exporter::InvalidOutputFileException' |
| 30 | |
| 31 | class EXPORTER_DLL InvalidOutputFileException : public std::runtime_error |
| 32 | { |
| 33 | public: |
| 34 | InvalidOutputFileException(const std::filesystem::path& output, |
nothing calls this directly
no outgoing calls
no test coverage detected