TDME2 1.9.121
FileSystemException.cpp
Go to the documentation of this file.
1#include <tdme/tdme.h>
4
6
7FileSystemException::FileSystemException(const string& message) throw() : ExceptionBase(message) {
8}
Exception base class.
Definition: ExceptionBase.h:20