7 lines
80 B
Swift
7 lines
80 B
Swift
import Foundation
|
|
|
|
enum FestivalError: Error {
|
|
|
|
case invalidConfiguration
|
|
}
|