コード例 #1
0
ファイル: ParseException.cs プロジェクト: buunguyen/bike
 public ParseException(string msg, Token token)
     : this(msg, token.Location)
 {
 }