git.r.bdr.sh
/
rbdr
/
lyricli.rb
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixes warning in ruby 2.1.1
[rbdr/lyricli.rb]
/
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 023e3dba0a8e11c0154aa4353201c92b9704f227..b5e44119da7c50b47748c64035475795421f1195 100644
(file)
--- 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