blob: bea04520488e22f24f07f39754947c41a06de315 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
// **************************************************************************
// * This file is part of the zen::Xml project. It is distributed under the *
// * Boost Software License: http://www.boost.org/LICENSE_1_0.txt *
// * Copyright (C) Zenju (zenju AT gmx DOT de) - All Rights Reserved *
// **************************************************************************
#ifndef ZEN_XML_ERROR_HEADER_018734618433021489473214873214
#define ZEN_XML_ERROR_HEADER_018734618433021489473214873214
namespace zen
{
///Exception base class for zen::Xml
struct XmlError
{
virtual ~XmlError() {}
};
}
#endif //ZEN_XML_ERROR_HEADER_018734618433021489473214873214
|