#include namespace Exception{ void TryCommand(){ } void CatchCommand(){ } void FinallyCommand(){ } void EndTryCommand(){ } void ThrowCommand( const char *Parameter ){ } } // Exception