MADARA  3.4.1
KarlException.h
Go to the documentation of this file.
1 /* -*- C++ -*- */
2 #ifndef _MADARA_EXPRESSION_KARLEXCEPTION_H_
3 #define _MADARA_EXPRESSION_KARLEXCEPTION_H_
4 
5 #ifndef _MADARA_NO_KARL_
6 
7 #include <string>
8 #include <vector>
9 #include <stdexcept>
10 
11 #include "MadaraException.h"
12 
13 namespace madara
14 {
15 namespace exceptions
16 {
21 {
22 public:
23  using MadaraException::MadaraException;
24 };
25 }
26 }
27 
28 #endif // _MADARA_NO_KARL_
29 
30 #endif /* _MADARA_EXPRESSION_KARLEXCEPTION_H_ */
An exception for unrecoverable KaRL compilation issues.
Definition: KarlException.h:21
Base exception for all custom Madara exceptions.
Copyright(c) 2020 Galois.