Exception: RubyRabbitmqJanus::Errors::Janus::Response::ToHash
- Inherits:
-
BaseResponse
- Object
- StandardError
- RRJError
- BaseJanus
- BaseResponse
- RubyRabbitmqJanus::Errors::Janus::Response::ToHash
- Defined in:
- lib/rrj/errors/janus/responses/response.rb
Overview
Error for Janus::Responses::Response#to_hash
Instance Method Summary collapse
-
#initialize ⇒ ToHash
constructor
A new instance of ToHash.
Constructor Details
#initialize ⇒ ToHash
Returns a new instance of ToHash.
37 38 39 |
# File 'lib/rrj/errors/janus/responses/response.rb', line 37 def initialize super 'Error transform response in hash' end |