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