Exception: RubyRabbitmqJanus::Errors::Janus::Message::ToNiceJson

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

Overview

Error for Janus::Message#to_nice_json

Instance Method Summary collapse

Constructor Details

#initializeToNiceJson

Returns a new instance of ToNiceJson.



30
31
32
# File 'lib/rrj/errors/janus/messages/message.rb', line 30

def initialize
  super 'Error transform to nice json'
end