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