zen::Xml
Simple C++ XML Processing
 All Classes Namespaces Functions Variables Pages
error.h
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.html *
4 // * Copyright (C) Zenju (zenju AT gmx DOT de) - All Rights Reserved *
5 // **************************************************************************
6 
7 #ifndef ZEN_XML_ERROR_HEADER_018734618433021489473214873214
8 #define ZEN_XML_ERROR_HEADER_018734618433021489473214873214
9 
10 namespace zen
11 {
13 struct XmlError
14 {
15  virtual ~XmlError() {}
16 };
17 }
18 
19 #endif //ZEN_XML_ERROR_HEADER_018734618433021489473214873214
Exception base class for zen::Xml.
Definition: error.h:13