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