From 6da8696926414900ac21f24843b1a750cbaad1f6 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Thu, 5 Jan 2023 11:33:00 +0200 Subject: [PATCH] - Added documentation string to `NetworkException` --- source/libpb/exceptions.d | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/libpb/exceptions.d b/source/libpb/exceptions.d index e57c473..e1feebe 100644 --- a/source/libpb/exceptions.d +++ b/source/libpb/exceptions.d @@ -44,7 +44,11 @@ public final class ValidationRequired : PBException } - +/** + * NetworkException + * + * Thrown on an unhandled curl error + */ public final class NetworkException : PBException { this()