We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ccddb97 + 9f5db4a commit 60564c6Copy full SHA for 60564c6
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