// ************************************************************************** // * 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