]> git.r.bdr.sh - rbdr/lyricli.rb/blame - lib/lyricli/exceptions/lyrics_not_found_error.rb
Fixes stuff for ruby 1.8 support
[rbdr/lyricli.rb] / lib / lyricli / exceptions / lyrics_not_found_error.rb
CommitLineData
2677b890
BB
1module Lyricli
2 module Exceptions
278e6d0a 3 # No lyrics could be found for this artist/song pair
76e96cc0 4 class LyricsNotFoundError < StandardError
2677b890
BB
5 end
6 end
7end
8