class Lookbook::ConfigError

def initialize(msg = nil, scope: "config", **kwargs)

def initialize(msg = nil, scope: "config", **kwargs)
  super(msg, scope: scope, **kwargs)
end