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