Switching from custom exception to System.ArgumentException.

This commit is contained in:
Marcin Stefaniuk
2016-05-20 14:22:48 +02:00
parent 0005faf77d
commit eaddc18537
5 changed files with 6 additions and 60 deletions

View File

@@ -87,7 +87,6 @@ public class NancyFXServerCodegen extends AbstractCSharpCodegen {
apiPackage = packageName + ".Module";
modelPackage = packageName + ".Model";
supportingFiles.add(new SupportingFile("ApiException.mustache", sourceFolder(), "ApiException.cs"));
supportingFiles.add(new SupportingFile("RequestExtensions.mustache", sourceFolder(), "RequestExtensions.cs"));
supportingFiles.add(new SupportingFile("packages.config.mustache", sourceFolder(), "packages.config"));