TDME2  1.9.200
Exception.h
Go to the documentation of this file.
1 /**
2  * @author Andreas Drewke
3  */
4 #pragma once
5 
6 #include <stdexcept>
7 
8 #include <tdme/tdme.h>
10 
11 namespace tdme {
12 namespace utilities {
13 
14 /**
15  * Exception base class
16  * @author Andreas Drewke
17  */
18 typedef std::exception Exception;
19 
20 };
21 };
22 
std::exception Exception
Exception base class.
Definition: Exception.h:18
Definition: fwd-tdme.h:4