We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ed61bc commit 9a1f73cCopy full SHA for 9a1f73c
templates/dotnet/src/Appwrite/Exception.cs.twig
@@ -15,7 +15,7 @@ namespace {{spec.title | caseUcfirst}}
15
string? response = null) : base(message)
16
{
17
this.Code = code;
18
- this.Type = type
+ this.Type = type;
19
this.Response = response;
20
}
21
public {{spec.title | caseUcfirst}}Exception(string message, Exception inner)
0 commit comments