lib/ohai/exception.rb in ohai-8.6.0.alpha.1 vs lib/ohai/exception.rb in ohai-8.6.0

- old
+ new

@@ -26,7 +26,8 @@ class AttributeNotFound < Error; end class ProviderNotFound < Error; end class DependencyCycle < Error; end class DependencyNotFound < Error; end class AttributeSyntaxError < Error; end + class PluginConfigError < Error; end end end