From 7563d083c0ec0828f05f897b8dd0aa4f8ebaeba9 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 6 Jan 2020 09:42:51 +0100 Subject: [PATCH] Improve exception documentation. --- include/mastodonpp.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/mastodonpp.hpp b/include/mastodonpp.hpp index 9cecc53..70d9bdc 100644 --- a/include/mastodonpp.hpp +++ b/include/mastodonpp.hpp @@ -70,7 +70,8 @@ * @section exceptions Exceptions * * Any unrecoverable libcurl error will be thrown as a - * mastodonpp::CURLException. + * mastodonpp::CURLException. Network errors will **not** be thrown, but + * reported via the return value. */ /*!