]> git.r.bdr.sh - rbdr/lyricli/blob - Sources/lyricli/errors/source_could_not_be_reset.swift
add distribution to gitignore
[rbdr/lyricli] / Sources / lyricli / errors / source_could_not_be_reset.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 SourceCouldNotBeReset: Error {
5 var localizedDescription = "The selected source failed while resetting"
6 }