# frozen_string_literal: true module RubyGitCrypt module Errors class ExecutionError < StandardError end end end