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