aboutsummaryrefslogtreecommitdiff
path: root/xml/exception.hxx
blob: adb242ff3ab27191cb19135083c869819eaa921c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// file      : xml/exception.hxx
// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
// license   : MIT; see accompanying LICENSE file

#ifndef XML_EXCEPTION_HXX
#define XML_EXCEPTION_HXX

#include <exception>

#include <xml/details/export.hxx>

namespace xml
{
  struct LIBSTUDXML_EXPORT exception: std::exception {};
}

#endif // XML_EXCEPTION_HXX