Sha256: 7a92cb70a3c34978ce198ca406a3ee0c1f1705458dc652123eed3f1addc5f245

Contents?: true

Size: 613 Bytes

Versions: 3

Compression:

Stored size: 613 Bytes

Contents

# frozen_string_literal: true

# @author VAILLANT Jeremy <jeremy.vaillant@dazzl.tv>

module RubyRabbitmqJanus
  module Errors
    # Define errors to message sending and response to janus
    class Janus < RRJError
      # Initialize a error standard for janus module
      #
      # @param [String] message Text returning in raise
      def initialize(message)
        super "[JANUS]#{message}", :fatal
      end
    end
  end
end

require 'rrj/errors/janus/janus_processus_keepalive'
require 'rrj/errors/janus/janus_message'
require 'rrj/errors/janus/janus_response'
require 'rrj/errors/janus/janus_transaction'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ruby_rabbitmq_janus-2.0.0.pre.108 lib/rrj/errors/janus/janus.rb
ruby_rabbitmq_janus-2.0.0 lib/rrj/errors/janus/janus.rb
ruby_rabbitmq_janus-2.0.0.pre.106 lib/rrj/errors/janus/janus.rb