telegram-auth-bot/Sources/TelegramModeratorBot/errors.swift

3 lines
52 B
Swift

enum Errors: Error {
case notVariable(String)
}