Sha256: 4a22ca8a361b4a11cdc8a5a9de1d34befdc107cfcc7450ba9549d0c2343009b7

Contents?: true

Size: 492 Bytes

Versions: 1

Compression:

Stored size: 492 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

1 entries across 1 versions & 1 rubygems

Version Path
rabbit_carrots-0.1.14 lib/rabbit_carrots.rb