We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb4cb9 commit 2d143e1Copy full SHA for 2d143e1
1 file changed
src/odr/exceptions.cpp
@@ -60,8 +60,18 @@ NoOfficeOpenXmlFile::NoOfficeOpenXmlFile()
60
61
NoPdfFile::NoPdfFile() : std::runtime_error("not a pdf file") {}
62
63
+<<<<<<< Updated upstream
64
65
NoLegacyMicrosoftFile::NoLegacyMicrosoftFile()
66
: std::runtime_error("not a legacy microsoft office file") {}
67
+=======
68
+NoLegacyMicrosoftFile::NoLegacyMicrosoftFile()
69
+ : std::runtime_error("not a legacy microsoft office file") {}
70
+>>>>>>> Stashed changes
71
72
73
74
75
76
NoXmlFile::NoXmlFile() : std::runtime_error("not an xml file") {}
77
0 commit comments