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