aboutsummaryrefslogtreecommitdiff
path: root/libstudxml/exception.hxx
blob: 4b326c958cdca12f512c1e846dcb42648189e09d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// file      : libstudxml/exception.hxx -*- C++ -*-
// license   : MIT; see accompanying LICENSE file

#ifndef LIBSTUDXML_EXCEPTION_HXX
#define LIBSTUDXML_EXCEPTION_HXX

#include <libstudxml/details/pre.hxx>

#include <exception>

namespace xml
{
  class exception: public std::exception {};
}

#include <libstudxml/details/post.hxx>

#endif // LIBSTUDXML_EXCEPTION_HXX