Ejemplo n.º 1
0
 public StringLiteralError(Token token)
     : this(token,
            ErrorConstants.STRING_LITERAL_ERROR_MESSAGE)
 {
 }
Ejemplo n.º 2
0
 public StringLiteralError(Token token, string message)
     : base(ErrorConstants.SCANNER_ERROR_TITLE,
            message, token)
 {
 }