1 // *****************************************************************************
2 // * This file is part of the FreeFileSync project. It is distributed under    *
3 // * GNU General Public License: http://www.gnu.org/licenses/gpl-3.0           *
4 // * Copyright (C) Zenju (zenju AT freefilesync DOT org) - All Rights Reserved *
5 // *****************************************************************************
6 
7 #ifndef ERROR_H_01873461843302148947321
8 #define ERROR_H_01873461843302148947321
9 
10 namespace zen
11 {
12 ///Exception base class for zen::Xml
13 struct XmlError
14 {
~XmlErrorXmlError15     virtual ~XmlError() {}
16 };
17 }
18 
19 #endif //ERROR_H_01873461843302148947321
20