Exception: RubyRabbitmqJanus::Errors::Janus::Response::ToHash

Inherits:
BaseResponse show all
Defined in:
lib/rrj/errors/janus/responses/response.rb

Overview

Error for Janus::Responses::Response#to_hash

Instance Method Summary collapse

Constructor Details

#initializeToHash

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