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 2d143e1 commit ebca561Copy full SHA for ebca561
src/odr/exceptions.cpp
@@ -60,18 +60,8 @@ 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