owlcpp  v0.3.3~
C++ library for working with OWL ontologies
 All Classes Namespaces Files Functions Macros Pages
exception.hpp
Go to the documentation of this file.
1 
6 #ifndef RDF_EXCEPTION_HPP_
7 #define RDF_EXCEPTION_HPP_
8 #include "owlcpp/exception.hpp"
9 namespace owlcpp{
10 
13 struct Rdf_err : public base_exception {};
14 
15 }//namespace owlcpp
16 #endif /* RDF_EXCEPTION_HPP_ */