module Lyricli module Exceptions class UnknownSourceError < StandardError end end end