src/include/error.h
changeset 496 7c463a7635d4
parent 490 ceb56ff9d07f
child 508 95f8f7171bae
equal deleted inserted replaced
1:ef5f7abcb350 2:f0b129bd14eb
     1 // -*- C++ -*- //
     1 // -*- C++ -*- //
     2 
     2 
     3 #ifndef HUGO_ERROR_H
     3 #ifndef HUGO_ERROR_H
     4 #define HUGO_ERROR_H
     4 #define HUGO_ERROR_H
     5 
     5 
       
     6 //! \ingroup misc
     6 //! \file
     7 //! \file
     7 //! \brief Basic error handling (signaling) routines.
     8 //! \brief Basic error handling (signaling) routines.
     8 
     9 
     9 #include <exception>
    10 #include <exception>
    10 #include <string>
    11 #include <string>