// file : libstudxml/exception.hxx -*- C++ -*- // copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef LIBSTUDXML_EXCEPTION_HXX #define LIBSTUDXML_EXCEPTION_HXX #include #include namespace xml { class exception: public std::exception {}; } #include #endif // LIBSTUDXML_EXCEPTION_HXX