TDME2
1.9.200
src
tdme
utilities
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
>
9
#include <
tdme/utilities/fwd-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
tdme::utilities::Exception
std::exception Exception
Exception base class.
Definition:
Exception.h:18
tdme
Definition:
fwd-tdme.h:4
tdme.h
fwd-tdme.h
Generated by
1.9.1