class Zoom::Error::ProfileNotNamed

Public Class Methods

new(json) click to toggle source
Calls superclass method
# File lib/zoom/error/profile_not_named.rb, line 4
def initialize(json)
    super("Profile has no name:\n#{JSON.pretty_generate(json)}")
end