X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli.rb/blobdiff_plain/76e96cc0010b4db5159d3ebe360ce8e0e8729737..2a60e941a77fa78e17270725daa6cfd3bdad4c57:/lib/lyricli/exceptions/source_configuration_error.rb?ds=sidebyside diff --git a/lib/lyricli/exceptions/source_configuration_error.rb b/lib/lyricli/exceptions/source_configuration_error.rb index b297083..b8f08fb 100644 --- a/lib/lyricli/exceptions/source_configuration_error.rb +++ b/lib/lyricli/exceptions/source_configuration_error.rb @@ -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