# frozen_string_literal: true require_relative "ldap_manager/version" module LdapManager class Error < StandardError; end # Your code goes here... end