]> git.r.bdr.sh - rbdr/lyricli.rb/blame_incremental - lib/lyricli/exceptions/lyrics_not_found_error.rb
Fixes extraneous characters from lyrics results
[rbdr/lyricli.rb] / lib / lyricli / exceptions / lyrics_not_found_error.rb
... / ...
CommitLineData
1module Lyricli
2 module Exceptions
3 # No lyrics could be found for this artist/song pair
4 class LyricsNotFoundError < StandardError
5 end
6 end
7end
8