class RubyRabbitmqJanus::Errors::Janus::Responses::Admin::MaxNackQueue
Public Class Methods
new()
click to toggle source
Calls superclass method
RubyRabbitmqJanus::Errors::Janus::Responses::Admin::Base::new
# File lib/rrj/errors/janus/responses/admin.rb, line 63 def initialize super "Missing key 'max_nack_queue'" end