Peg.Base.PegCharParser.Fatal C# (CSharp) Method

Fatal() public method

public Fatal ( string sMsg ) : bool
sMsg string
return bool
        public virtual bool Fatal(string sMsg)
        {

            LogOutMsg("FATAL", sMsg);
            throw new PegException();
            //return false;
        }
        public bool Warning(string sMsg)