]> git.r.bdr.sh - rbdr/lyricli/blob - Sources/lyricli/errors/source_could_not_be_disabled.swift
b19f3c5ead77e2f4b4d9795271ad0f66d6600576
[rbdr/lyricli] / Sources / lyricli / errors / source_could_not_be_disabled.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 SourceCouldNotBeDisabled: Error {
5 var localizedDescription = "The selected source failed while disabling"
6 }