# frozen_string_literal: true module GitFame class Error < StandardError; end end