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