aboutsummaryrefslogtreecommitdiff
path: root/xml/exception
diff options
context:
space:
mode:
Diffstat (limited to 'xml/exception')
-rw-r--r--xml/exception19
1 files changed, 0 insertions, 19 deletions
diff --git a/xml/exception b/xml/exception
deleted file mode 100644
index 557a475..0000000
--- a/xml/exception
+++ /dev/null
@@ -1,19 +0,0 @@
-// file : xml/exception -*- C++ -*-
-// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
-// license : MIT; see accompanying LICENSE file
-
-#ifndef XML_EXCEPTION
-#define XML_EXCEPTION
-
-#include <xml/details/pre.hxx>
-
-#include <exception>
-
-namespace xml
-{
- class exception: public std::exception {};
-}
-
-#include <xml/details/post.hxx>
-
-#endif // XML_EXCEPTION