Mercurial > dedupe
view IOException.hpp @ 1:aae83c0a771d
Refactor:
-Rename all Db to DB.
Add setup script
Add support for Sqlite3 in configuration.
| author | Tom Fredrik Blenning Klaussen <bfg@blenning.no> |
|---|---|
| date | Mon, 20 Aug 2012 17:32:58 +0200 |
| parents | a3834af36579 |
| children | b5943e4bf676 |
line wrap: on
line source
#ifndef IOEXCEPTION_HPP #define IOEXCEPTION_HPP #include "Exception.hpp" class IOException : public Exception { public: IOException(const QString& errMsg); }; #endif //IOEXCEPTION_HPP
