MADARA  3.4.1
ThreadException.h
Go to the documentation of this file.
1 /* -*- C++ -*- */
2 #ifndef _MADARA_EXCEPTIONS_THREADEXCEPTION_H_
3 #define _MADARA_EXCEPTIONS_THREADEXCEPTION_H_
4 
5 #include <string>
6 #include "MadaraException.h"
7 
8 namespace madara
9 {
10 namespace exceptions
11 {
16 {
17 public:
19  using MadaraException::MadaraException;
20 };
21 }
22 }
23 
24 #endif /* _MADARA_EXCEPTIONS_THREADEXCEPTION_H_ */
Base exception for all custom Madara exceptions.
An exception for general thread-related errors.
Copyright(c) 2020 Galois.