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