Antlr3.Tool.ErrorManager.InitSTListener.RuntimeError C# (CSharp) Method

RuntimeError() public method

public RuntimeError ( Antlr4.StringTemplate.Misc.TemplateMessage msg ) : void
msg Antlr4.StringTemplate.Misc.TemplateMessage
return void
            public void RuntimeError(TemplateMessage msg)
            {
                Console.Error.WriteLine("ErrorManager init error: " + msg);
            }