Exception: RubyRabbitmqJanus::Errors::JanusError

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

Overview

Define errors to message sending and response to janus

Author:

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ JanusError

Returns a new instance of JanusError.



9
10
11
# File 'lib/rrj/errors/janus.rb', line 9

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