Changeset 317 in pacpusframework for trunk/src/PacpusLib/PacpusException.cpp
- Timestamp:
- Jul 29, 2014, 6:04:20 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/PacpusLib/PacpusException.cpp
r284 r317 10 10 using namespace pacpus; 11 11 12 PacpusException::PacpusException(char const* what) 13 : std::runtime_error(what) 14 { 15 } 16 12 17 PacpusException::PacpusException(std::string const& what) 13 18 : std::runtime_error(what)
Note:
See TracChangeset
for help on using the changeset viewer.