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 REASONER_EXCEPTION_HPP_
7 #define REASONER_EXCEPTION_HPP_
8 #include "owlcpp/exception.hpp"
9 
10 namespace owlcpp{
11 
14 struct Logic_err : public base_exception {};
15 
16 }//namespace owlcpp
17 #endif /* REASONER_EXCEPTION_HPP_ */