X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli.rb/blobdiff_plain/76e96cc0010b4db5159d3ebe360ce8e0e8729737..HEAD:/lib/lyricli/exceptions/lyrics_not_found_error.rb diff --git a/lib/lyricli/exceptions/lyrics_not_found_error.rb b/lib/lyricli/exceptions/lyrics_not_found_error.rb index 023e3db..b5e4411 100644 --- a/lib/lyricli/exceptions/lyrics_not_found_error.rb +++ b/lib/lyricli/exceptions/lyrics_not_found_error.rb @@ -1,5 +1,6 @@ module Lyricli module Exceptions + # No lyrics could be found for this artist/song pair class LyricsNotFoundError < StandardError end end