diff --git a/src/Exception.hpp b/src/Exception.hpp index 3457e9a..7c724b7 100644 --- a/src/Exception.hpp +++ b/src/Exception.hpp @@ -62,6 +62,8 @@ namespace ArbUt { { } template + /// @brief Throw a nicely formatted exception. The exception message will have the file name, line number, message, + /// along with any optional parameters passed. [[noreturn]] static void Throw(const std::string& expression, const std::source_location& location, const Args... args) { std::stringstream error;