# frozen_string_literal: true module Upgrow class Error < StandardError; end # Your code goes here... end