Files
EeveeSpotifyReborn/Sources/EeveeSpotify/Models/GeniusLyricsError.swift
T
2024-05-04 20:13:19 +03:00

6 lines
101 B
Swift

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