]> git.r.bdr.sh - rbdr/lyricli/blob - Sources/lyricli/errors/source_could_not_be_enabled.swift
779747897a698dfd2340adb7f9184f22f2d77e8d
[rbdr/lyricli] / Sources / lyricli / errors / source_could_not_be_enabled.swift
1 // Future improvement: At the moment the sources don't need any special
2 // configuration. Once we do have more operations it would make sense
3 // to throw more descriptive errors.
4 struct SourceCouldNotBeEnabled: Error {
5 var localizedDescription = "The selected source failed while enabling"
6 }