aboutsummaryrefslogtreecommitdiff
path: root/include/exchange_update_exception.h
blob: 4adab32fc0e83f6c20d9d08602b80d619aec5ae3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
//SPDX-License-Identifier: GPL-3.0
#pragma once

#include <qalculate_exception.h>

class exchange_update_exception : public qalculate_exception {
	public:
		exchange_update_exception();
};