Mercurial > dedupe
view IOException.cpp @ 13:9463c0c22969
Refactor computeHash into separate function.
| author | Tom Fredrik Blenning Klaussen <bfg@sim.no> |
|---|---|
| date | Fri, 24 Aug 2012 22:57:19 +0200 |
| parents | a3834af36579 |
| children |
line wrap: on
line source
#include "IOException.hpp" IOException::IOException(const QString& errorMsg) : Exception(errorMsg) { }
