// file : cutl/xml/exception.hxx // copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_XML_EXCEPTION_HXX #define CUTL_XML_EXCEPTION_HXX #include #include namespace cutl { namespace xml { struct LIBCUTL_EXPORT exception: cutl::exception {}; } } #endif // CUTL_XML_EXCEPTION_HXX