Go to the documentation of this file.
52 #ifndef HAVOQGT_ERROR_HPP_INCLUDED
53 #define HAVOQGT_ERROR_HPP_INCLUDED
59 #define S__LINE__ S_(__LINE__)
61 #define HAVOQGT_ERROR() throw std::runtime_error("Error at " __FILE__ " " S__LINE__);
62 #define HAVOQGT_ERROR_MSG(msg) throw std::runtime_error(msg "\nError at " __FILE__ " " S__LINE__);
64 #endif //HAVOQGT_ERROR_HPP_INCLUDED