Commit 155fb24a authored by Paul's avatar Paul
Browse files

Fix incorrect doc

parent d1e43e3a
...@@ -17,7 +17,7 @@ struct exception : std::runtime_error ...@@ -17,7 +17,7 @@ struct exception : std::runtime_error
* @brief Create an exception object * @brief Create an exception object
* *
* @param context A message that says where the exception occurred * @param context A message that says where the exception occurred
* @param message * @param message Custom message for the error
* @return Exceptions * @return Exceptions
*/ */
inline exception make_exception(std::string context, std::string message = "") inline exception make_exception(std::string context, std::string message = "")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment