Files
EeveeSpotifyReborn/Sources/EeveeSpotify/Models/GeniusLyricsError.swift
T
2024-05-06 20:39:10 +03:00

7 lines
125 B
Swift

import Foundation
enum GeniusLyricsError: Swift.Error {
case NoCurrentTrack
case DecodingError
case NoSuchSong
}