Changed visibility from package to interal
This commit is contained in:
@@ -64,10 +64,10 @@ public struct Fen: CustomStringConvertible {
|
||||
}
|
||||
|
||||
public enum FenError: Error {
|
||||
case InvalidCharacter(c: String, column: UInt8)
|
||||
case NumberTooBig(n: UInt8, column: UInt8)
|
||||
case NumberTooSmall(n: UInt8, column: UInt8)
|
||||
case NotAppropriateLength(n: UInt8, column: UInt8)
|
||||
case InvalidCharacter(c: String, column: Int8)
|
||||
case NumberTooBig(n: Int8, column: Int8)
|
||||
case NumberTooSmall(n: Int8, column: Int8)
|
||||
case NotAppropriateLength(n: Int8, column: Int8)
|
||||
}
|
||||
|
||||
public var description: String {
|
||||
|
||||
Reference in New Issue
Block a user