We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cd6ddb commit b0991daCopy full SHA for b0991da
templates/dotnet/Package/Exception.cs.twig
@@ -24,7 +24,7 @@ namespace {{spec.title | caseUcfirst}}
24
{
25
this.Code = code;
26
this.Type = type;
27
- this.Response = response is string or Response ? response : null;
+ this.Response = response;
28
}
29
public {{spec.title | caseUcfirst}}Exception(string message, Exception inner)
30
: base(message, inner)
0 commit comments