//SPDX-License-Identifier: GPL-3.0 #pragma once #include class exchange_update_exception : public qalculate_exception { public: exchange_update_exception(); };