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