Changeset 280 in pacpusframework for trunk/src/PacpusLib/XmlConfigFile.cpp
- Timestamp:
- Mar 20, 2014, 11:59:05 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/PacpusLib/XmlConfigFile.cpp
r231 r280 8 8 9 9 #include <Pacpus/kernel/Log.h> 10 #include <Pacpus/kernel/PacpusException.h> 10 11 11 12 #include <cassert> … … 67 68 } else { 68 69 LOG_ERROR("cannot open XML document " << kXmlConfigFilename); 69 throw "cannot open XML document file";70 BOOST_THROW_EXCEPTION(PacpusException("cannot open XML document file")); 70 71 } 71 72 }
Note:
See TracChangeset
for help on using the changeset viewer.