EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
ErrorHandler.h
Go to the documentation of this file.
1 
9 #ifndef _EVE_ERROR_ERRORHANDLER_H_
10 #define _EVE_ERROR_ERRORHANDLER_H_
11 
12 #include "error/ErrorDefs.h"
13 
14 
16 {
17 
18  public:
19  ErrorHandler();
20  ~ErrorHandler();
21 
22  private:
23 
24 };
25 
26 class FreakOut
27 {
28 
29 public:
30  FreakOut();
31  ~FreakOut();
32 
33 private:
34 
35 };
36 
37 #endif // _EVE_ERROR_ERRORHANDLER_H_