// 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 #include namespace xml { struct LIBSTUDXML_EXPORT exception: std::exception {}; } #endif // XML_EXCEPTION_HXX