diff options
Diffstat (limited to 'chill/include/chill_error.hh')
-rw-r--r-- | chill/include/chill_error.hh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chill/include/chill_error.hh b/chill/include/chill_error.hh index ca0936e..88e49fc 100644 --- a/chill/include/chill_error.hh +++ b/chill/include/chill_error.hh @@ -1,6 +1,11 @@ #ifndef CHILL_ERROR_HH #define CHILL_ERROR_HH +/*! + * \file + * \brief CHiLL runtime exceptions + */ + //! for loop transformation problem struct loop_error: public std::runtime_error { loop_error(const std::string &msg): std::runtime_error(msg){} |