"src/targets/vscode:/vscode.git/clone" did not exist on "366d4f832c955c17539192d67f8558099eed140f"
Commit 155fb24a authored by Paul's avatar Paul
Browse files

Fix incorrect doc

parent d1e43e3a
......@@ -17,7 +17,7 @@ struct exception : std::runtime_error
* @brief Create an exception object
*
* @param context A message that says where the exception occurred
* @param message
* @param message Custom message for the error
* @return Exceptions
*/
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