view 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
line wrap: on
line source

#include "IOException.hpp"

IOException::IOException(const QString& errorMsg) : Exception(errorMsg)
{
}