コード例 #1
0
 public StringLiteralError(Token token)
     : this(token,
            ErrorConstants.STRING_LITERAL_ERROR_MESSAGE)
 {
 }
コード例 #2
0
 public StringLiteralError(Token token, string message)
     : base(ErrorConstants.SCANNER_ERROR_TITLE,
            message, token)
 {
 }