lib/lookbook/support/errors/config_error.rb in lookbook-2.0.0.beta.3 vs lib/lookbook/support/errors/config_error.rb in lookbook-2.0.0.beta.4

- old
+ new

@@ -1,6 +1,6 @@ module Lookbook - class ConfigError < LookbookError + class ConfigError < Error def initialize(msg = nil, scope: "config", **kwargs) super(msg, scope: scope, **kwargs) end end end