comparison IOException.cpp @ 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
comparison
equal deleted inserted replaced
-1:000000000000 0:a3834af36579
1 #include "IOException.hpp"
2
3 IOException::IOException(const QString& errorMsg) : Exception(errorMsg)
4 {
5 }