changeset 491 | 4804c967543d |
parent 490 | ceb56ff9d07f |
child 508 | 95f8f7171bae |
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> |