5 lines
189 B
C++
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) {}
|