rssguard/src/exceptions/ioexception.cpp
2017-10-19 07:18:13 +02:00

8 lines
220 B
C++
Executable File

// For license of this file, see <object-root-folder>/LICENSE.md.
#include "exceptions/ioexception.h"
IOException::IOException(const QString& message) : ApplicationException(message) {}
IOException::~IOException() {}