Mercurial > dedupe
view IOException.cpp @ 8:d7b384b4a834
Fix compilation problems.
Fix printing issues.
Introduce raise function in Exception.
| author | Tom Fredrik Blenning Klaussen <bfg@blenning.no> |
|---|---|
| date | Wed, 22 Aug 2012 18:18:20 +0200 |
| parents | a3834af36579 |
| children |
line wrap: on
line source
#include "IOException.hpp" IOException::IOException(const QString& errorMsg) : Exception(errorMsg) { }
