AdvancedLauncher.Management.Commands.BugTrapCommand.DoCommand C# (CSharp) Method

DoCommand() public method

public DoCommand ( string args ) : bool
args string
return bool
        public override bool DoCommand(string[] args)
        {
            throw new Exception("NO NOT REPORT THIS \"BUG\"");
        }