Sha256: 56b12783ecbf1663c51c1143c02f4d262985b159d6557a627cff869cf26e91f7

Contents?: true

Size: 485 Bytes

Versions: 4

Compression:

Stored size: 485 Bytes

Contents

# frozen_string_literal: true

require_relative 'rabbit_carrots/version'
require 'rabbit_carrots/connection'
require 'rabbit_carrots/configuration'
require 'rabbit_carrots/railtie' if defined?(Rails)

module RabbitCarrots
  class Error < StandardError; end

  module EventHandlers
    module Errors
      class IrrelevantMessage < StandardError
      end

      class NackMessage < StandardError
      end

      class NackAndRequeueMessage < StandardError
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rabbit_carrots-0.1.18 lib/rabbit_carrots.rb
rabbit_carrots-0.1.17 lib/rabbit_carrots.rb
rabbit_carrots-0.1.16 lib/rabbit_carrots.rb
rabbit_carrots-0.1.15 lib/rabbit_carrots.rb