module Lyricli module Exceptions class InvalidLyricsError < StandardError end end end