X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli.rb/blobdiff_plain/76e96cc0010b4db5159d3ebe360ce8e0e8729737..278e6d0afff19cce3ab8ad256c9ab8239bcf6289:/lib/lyricli/exceptions/start_source_error.rb diff --git a/lib/lyricli/exceptions/start_source_error.rb b/lib/lyricli/exceptions/start_source_error.rb index 9db1549..71c0fc9 100644 --- a/lib/lyricli/exceptions/start_source_error.rb +++ b/lib/lyricli/exceptions/start_source_error.rb @@ -1,5 +1,6 @@ module Lyricli module Exceptions + # There was an error while starting a source class StartSourceError < StandardError end end