Skip to content

Commit b0991da

Browse files
committed
fix: typing for c#
1 parent 9cd6ddb commit b0991da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: templates/dotnet/Package/Exception.cs.twig

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace {{spec.title | caseUcfirst}}
2424
{
2525
this.Code = code;
2626
this.Type = type;
27-
this.Response = response is string or Response ? response : null;
27+
this.Response = response;
2828
}
2929
public {{spec.title | caseUcfirst}}Exception(string message, Exception inner)
3030
: base(message, inner)

0 commit comments

Comments
 (0)