Exception: RubyRabbitmqJanus::Errors::JanusResponseJson

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

Overview

Define an exception for json

Author:

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ JanusResponseJson

Returns a new instance of JanusResponseJson.



41
42
43
# File 'lib/rrj/errors/janus_response.rb', line 41

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