Changeset 317 in pacpusframework for trunk/src/PacpusLib/PacpusException.cpp


Ignore:
Timestamp:
07/29/14 18:04:20 (10 years ago)
Author:
Marek Kurdej
Message:

TestFileLib: minor fixes. Tests pass.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/PacpusLib/PacpusException.cpp

    r284 r317  
    1010using namespace pacpus;
    1111
     12PacpusException::PacpusException(char const* what)
     13    : std::runtime_error(what)
     14{
     15}
     16
    1217PacpusException::PacpusException(std::string const& what)
    1318    : std::runtime_error(what)
Note: See TracChangeset for help on using the changeset viewer.