TDME2 1.9.121
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>
11
12namespace tdme {
13namespace utilities {
14
15/**
16 * Exception base class
17 * @author Andreas Drewke
18 */
19typedef std::exception Exception;
20
21};
22};
23
std::exception Exception
Exception base class.
Definition: Exception.h:19
Definition: fwd-tdme.h:4