# frozen_string_literal: true module EacRubyUtils module Envs class Command class ExecError < ::RuntimeError end end end end