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-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 {
13 struct XmlError
14 {
15  virtual ~XmlError() {}
16 };
17 }
18 
19 #endif //ERROR_H_01873461843302148947321
The zen::Xml namespace.
Definition: bind.h:15
Exception base class for zen::Xml.
Definition: error.h:13