module Lyricli module Exceptions # There was an error while resetting a source class ResetSourceError < StandardError end end end