]> git.r.bdr.sh - rbdr/lyricli.rb/blame_incremental - lib/lyricli/exceptions/source_configuration_error.rb
Document the errors... ish?
[rbdr/lyricli.rb] / lib / lyricli / exceptions / source_configuration_error.rb
... / ...
CommitLineData
1module Lyricli
2 module Exceptions
3 # There is an error with the source's configuration and it can't
4 # find its current track.
5 class SourceConfigurationError < StandardError
6 end
7 end
8end
9