Exception: RubyRabbitmqJanus::Errors::Janus::Message::ToJson

Inherits:
BaseMessage show all
Defined in:
lib/rrj/errors/janus/messages/message.rb

Overview

Error for Janus::Message#to_json

Instance Method Summary collapse

Constructor Details

#initializeToJson

Returns a new instance of ToJson.



23
24
25
# File 'lib/rrj/errors/janus/messages/message.rb', line 23

def initialize
  super 'Error transform to json'
end