# frozen_string_literal: true

module VersionGem
  # Errors raised by VersionGem will be of this class
  class Error < RuntimeError; end
end
