Changeset 280 in pacpusframework for trunk/src/PacpusLib/ComponentBase.cpp
- Timestamp:
- Mar 20, 2014, 11:59:05 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/PacpusLib/ComponentBase.cpp
r279 r280 509 509 } catch (po::error& e) { 510 510 LOG_WARN(e.what()); 511 throw PacpusException(e.what());511 BOOST_THROW_EXCEPTION(PacpusException(e.what())); 512 512 } 513 513
Note:
See TracChangeset
for help on using the changeset viewer.