- Added documentation string to `NetworkException`

This commit is contained in:
Tristan B. Velloza Kildaire 2023-01-05 11:33:00 +02:00
parent 2c8141f5b6
commit 6da8696926
1 changed files with 5 additions and 1 deletions

View File

@ -44,7 +44,11 @@ public final class ValidationRequired : PBException
}
/**
* NetworkException
*
* Thrown on an unhandled curl error
*/
public final class NetworkException : PBException
{
this()