class RubyRabbitmqJanus::Errors::Janus::Responses::Admin::Level

Public Class Methods

new() click to toggle source
# File lib/rrj/errors/janus/responses/admin.rb, line 51
def initialize
  super "Missing key 'log_level'"
end