aboutsummaryrefslogtreecommitdiff
path: root/src/exchange_update_exception.cpp
blob: 125ed21968972cca073d78859ea9157e940298b8 (plain) (blame)
1
2
3
4
5
6
7
//SPDX-License-Identifier: GPL-3.0

#include <exchange_update_exception.h>

exchange_update_exception::exchange_update_exception() :
		qalculate_exception(103) {
}