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 b859024 commit 196930cCopy full SHA for 196930c
modules/swagger-codegen/src/main/resources/csharp/IApiAccessor.mustache
@@ -24,5 +24,10 @@ namespace {{packageName}}.Client
24
/// </summary>
25
/// <value>The base path</value>
26
String GetBasePath();
27
+
28
+ /// <summary>
29
+ /// Provides a factory method hook for the creation of exceptions.
30
+ /// </summary>
31
+ ExceptionFactory ExceptionFactory { get; set; }
32
}
33
0 commit comments