aboutsummaryrefslogtreecommitdiff
path: root/include/timeout_exception.h
blob: de2d628e017ccc8ed316c1b59f5d19860a5c1245 (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 timeout_exception : public qalculate_exception {
	public:
		timeout_exception();
};