]> git.r.bdr.sh - rbdr/lyricli.rb/blobdiff - lib/lyricli/exceptions/source_configuration_error.rb
Document the errors... ish?
[rbdr/lyricli.rb] / lib / lyricli / exceptions / source_configuration_error.rb
index b2970830aa4133389ca0faeed714613c2b02cd35..b8f08fbb41628a001f932ebb8c7f54116367017a 100644 (file)
@@ -1,5 +1,7 @@
 module Lyricli
   module Exceptions
+    # There is an error with the source's configuration and it can't
+    # find its current track.
     class SourceConfigurationError < StandardError
     end
   end