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