Exception: RubyRabbitmqJanus::Errors::JanusResponseHash

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

Overview

Define an exception for hash

Author:

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ JanusResponseHash

Returns a new instance of JanusResponseHash.



57
58
59
# File 'lib/rrj/errors/janus_response.rb', line 57

def initialize(message)
  super "Error transform to Hash : #{message}"
end