Mercurial > dedupe
view IOException.cpp @ 11:f59ee8d3f8ea
Fix error string formatting.
| author | Tom Fredrik Blenning Klaussen <bfg@sim.no> |
|---|---|
| date | Fri, 24 Aug 2012 22:56:21 +0200 |
| parents | a3834af36579 |
| children |
line wrap: on
line source
#include "IOException.hpp" IOException::IOException(const QString& errorMsg) : Exception(errorMsg) { }
