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