Go to the documentation of this file.
   32 #if !defined(LUTOK_EXCEPTIONS_HPP) 
   33 #define LUTOK_EXCEPTIONS_HPP 
   45 class error : 
public std::runtime_error {
 
   47     explicit error(
const std::string&);
 
   48     virtual ~error(
void) 
throw();
 
   58     explicit api_error(
const std::string&, 
const std::string&);
 
   76     const std::
string& filename(
void) const;
 
   83 #endif  // !defined(LUTOK_EXCEPTIONS_HPP)