Exemplo n.º 1
0
 public ParserException(string message, LexerException inner)
     : base(message, inner)
 {
 }
Exemplo n.º 2
0
 public ParserException(string message, LexerException inner)
     : base(message, inner)
 {
 }