owlcpp  v0.3.3-86-g20d8c12~
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 IO_EXCEPTION_HPP_
7 #define IO_EXCEPTION_HPP_
8 #include "owlcpp/exception.hpp"
9 
10 namespace owlcpp{
11 
14 struct Input_err : public base_exception {};
15 
16 
17 }//namespace owlcpp
18 #endif /* IO_EXCEPTION_HPP_ */
Definition: exception.hpp:14
Definition: exception.hpp:23