Exception: RubyRabbitmqJanus::Errors::BaseJanus

Inherits:
RRJError
  • Object
show all
Defined in:
lib/rrj/errors/janus/janus.rb

Overview

Define errors to message sending and response to janus

Instance Method Summary collapse

Constructor Details

#initialize(message, level) ⇒ BaseJanus

Initialize a error standard for janus module

Parameters:

  • message (String)

    Text returning in raise



12
13
14
# File 'lib/rrj/errors/janus/janus.rb', line 12

def initialize(message, level)
  super "[JANUS]#{message}", level
end