lib/ohai/exception.rb in ohai-13.5.0 vs lib/ohai/exception.rb in ohai-13.6.0

- old
+ new

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