# frozen_string_literal: true module Gemsmith module Errors # The base error class for all gem related errors. class Base < StandardError end end end