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