1 // =================================
 2 // Copyright (c) 2021 Seppo Laakko
 3 // Distributed under the MIT license
 4 // =================================
 5 
 6 #ifndef CMAJOR_EH_EXCEPTION_INCLUDED
 7 #define CMAJOR_EH_EXCEPTION_INCLUDED
 8 #include <cmajor/eh/EhApi.hpp>
 9 
10 namespace cmajor { namespace eh {
11 
12 class Exception 
13 {
14 };
15 
16 } } // namespace cmajor::eh
17 
18 extern "C" void* EhGetExceptionTypeId();
19 
20 #endif // CMAJOR_EH_EXCEPTION_INCLUDED