mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
4 lines
72 B
Swift
4 lines
72 B
Swift
public enum ConfigurationError: Error {
|
|
case unknownConfiguration
|
|
}
|