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

Method InvalidFileFormat

mbg2luastg/MBGParser.cs:19–20  ·  view source on GitHub ↗
(int line, string message)

Source from the content-addressed store, hash-verified

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>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected