module Lyricli module Exceptions class LyricsNotFoundError < StandardError end end end