]> git.r.bdr.sh - rbdr/lyricli.rb/blob - lib/lyricli/exceptions/lyrics_not_found_error.rb
Document the errors... ish?
[rbdr/lyricli.rb] / lib / lyricli / exceptions / lyrics_not_found_error.rb
1 module Lyricli
2 module Exceptions
3 # No lyrics could be found for this artist/song pair
4 class LyricsNotFoundError < StandardError
5 end
6 end
7 end
8