MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / InvalidFileFormat

Class InvalidFileFormat

mbg2luastg/MBGParser.cs:17–21  ·  view source on GitHub ↗

错误的文件格式

Source from the content-addressed store, hash-verified

15 /// 错误的文件格式
16 /// </summary>
17 public class InvalidFileFormat : Exception
18 {
19 public InvalidFileFormat(int line, string message)
20 : base(String.Format("行 {0}: {1}", line, message)) {}
21 }
22
23 /// <summary>
24 /// 行读取器

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected