Ignore:
Timestamp:
Feb 22, 2023, 5:48:07 PM (21 months ago)
Author:
alloc
Message:

Refactored console commands for A21 caching

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements2/CommandExtensions/src/Commands/Exception.cs

    r391 r405  
    66        [UsedImplicitly]
    77        public class ConsoleCmdException : ConsoleCmdAbstract {
    8                 public override string[] GetCommands () {
     8                protected override string[] getCommands () {
    99                        return new[] { "exception" };
    1010                }
     
    1919                }
    2020
    21                 public override string GetDescription () {
     21                protected override string getDescription () {
    2222                        return "Throw an exception / log messages";
    2323                }
Note: See TracChangeset for help on using the changeset viewer.