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 4e2db53 commit 5aabe41Copy full SHA for 5aabe41
MethodCatalogAPI/Smc.dbl
@@ -64,7 +64,7 @@ namespace CodeGen.MethodCatalogAPI
64
proc
65
;;Make sure the file is present
66
if (!File.Exists(inputFile))
67
- throw new ApplicationException("Failed to method catalog XML file!")
+ throw new ApplicationException("Method catalog XML file not found!")
68
69
;;And parse it
70
parseMethodCatalogXml(inputFile)
0 commit comments