rssguard/src/librssguard/exceptions/ioexception.cpp
2019-06-10 09:54:18 +02:00

5 lines
189 B
C++

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