Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
exception.h
1 /*
2  * exception.h
3  *
4  * Created on: 17 mai 2017
5  * Author: casse
6  */
7 
8 #ifndef INCLUDE_ELM_EXCEPTION_H_
9 #define INCLUDE_ELM_EXCEPTION_H_
10 
11 #include <elm/util/MessageException.h>
12 
13 #endif /* INCLUDE_ELM_EXCEPTION_H_ */