Exception: RubyRabbitmqJanus::Errors::Janus::Message::ToNiceJson
- Inherits:
-
BaseMessage
- Object
- StandardError
- RRJError
- BaseMessage
- RubyRabbitmqJanus::Errors::Janus::Message::ToNiceJson
- Defined in:
- lib/rrj/errors/janus/messages/message.rb
Overview
Error for Janus::Message#to_nice_json
Instance Method Summary collapse
-
#initialize ⇒ ToNiceJson
constructor
A new instance of ToNiceJson.
Constructor Details
#initialize ⇒ ToNiceJson
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 |