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