Exception: RubyRabbitmqJanus::Errors::JanusResponsePlugin
- Inherits:
-
JanusResponse
- Object
- StandardError
- RRJError
- JanusError
- JanusResponse
- RubyRabbitmqJanus::Errors::JanusResponsePlugin
- Defined in:
- lib/rrj/errors/janus_response.rb
Overview
Define an error for plugin
Instance Method Summary collapse
-
#initialize(message) ⇒ JanusResponsePlugin
constructor
A new instance of JanusResponsePlugin.
Constructor Details
#initialize(message) ⇒ JanusResponsePlugin
Returns a new instance of JanusResponsePlugin.
33 34 35 |
# File 'lib/rrj/errors/janus_response.rb', line 33 def initialize() super "[#{message['error_code']}] #{message['error']}" end |