Exception: RubyRabbitmqJanus::Errors::JanusResponse

Inherits:
JanusError show all
Defined in:
lib/rrj/errors/janus_response.rb

Overview

Define an error primary for response

Author:

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ JanusResponse

Returns a new instance of JanusResponse.



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

def initialize(message)
  super "[Response] #{message}"
end