Ejemplo n.º 1
0
 static private void PrintError(ParserErrorException e)
 {
     Blue.Driver.StdErrorLog.PrintError(e);
 }        
Ejemplo n.º 2
0
 // Convenience helper so that we don't have to keep qualifying StdErrorLog.
 static private void ThrowError(ParserErrorException e)
 {
     Blue.Driver.StdErrorLog.ThrowError(e);
 }