Skip to content

Commit 196930c

Browse files
committed
[csharp] Include ExceptionFactory property on IApiAccessor interface
1 parent b859024 commit 196930c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/swagger-codegen/src/main/resources/csharp/IApiAccessor.mustache

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,10 @@ namespace {{packageName}}.Client
2424
/// </summary>
2525
/// <value>The base path</value>
2626
String GetBasePath();
27+
28+
/// <summary>
29+
/// Provides a factory method hook for the creation of exceptions.
30+
/// </summary>
31+
ExceptionFactory ExceptionFactory { get; set; }
2732
}
2833
}

0 commit comments

Comments
 (0)