Antlr3.Tool.ErrorManager.DefaultSTListener.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)
            {
                ErrorManager.Error(ErrorManager.MSG_INTERNAL_ERROR, msg.ToString(), msg.Cause);
            }