comparison IOException.hpp @ 0:a3834af36579

Working with memory backend.
author Tom Fredrik Blenning Klaussen <bfg@blenning.no>
date Mon, 20 Aug 2012 15:49:48 +0200
parents
children b5943e4bf676
comparison
equal deleted inserted replaced
-1:000000000000 0:a3834af36579
1 #ifndef IOEXCEPTION_HPP
2 #define IOEXCEPTION_HPP
3
4 #include "Exception.hpp"
5
6 class IOException : public Exception {
7 public:
8 IOException(const QString& errMsg);
9 };
10
11 #endif //IOEXCEPTION_HPP