TDME2 1.9.121
ModelFileIOException.cpp
Go to the documentation of this file.
2
3#include <tdme/tdme.h>
5
7
9
10ModelFileIOException::ModelFileIOException(const string& message) throw() : ExceptionBase(message) {
11}
Exception base class.
Definition: ExceptionBase.h:20