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

#include <timeout_exception.h>

timeout_exception::timeout_exception() :
		qalculate_exception(102) {
}