Improve exception documentation.

This commit is contained in:
tastytea 2020-01-06 09:42:51 +01:00
parent 0638f8fe9a
commit 7563d083c0
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 1 deletions

View File

@ -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.
*/
/*!