8 lines
220 B
C++
Executable File
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() {}
|