- Timestamp:
- Feb 22, 2023, 5:48:07 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements2/CommandExtensions/src/Commands/Exception.cs
r391 r405 6 6 [UsedImplicitly] 7 7 public class ConsoleCmdException : ConsoleCmdAbstract { 8 p ublic override string[] GetCommands () {8 protected override string[] getCommands () { 9 9 return new[] { "exception" }; 10 10 } … … 19 19 } 20 20 21 p ublic override string GetDescription () {21 protected override string getDescription () { 22 22 return "Throw an exception / log messages"; 23 23 }
Note:
See TracChangeset
for help on using the changeset viewer.