aboutsummaryrefslogtreecommitdiff
path: root/libstudxml/exception.hxx
blob: c0e3e9366bc7886a22c1c39f2cd0fc2f4ceea1e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// file      : libstudxml/exception.hxx -*- C++ -*-
// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC
// 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