lib/ohai/exception.rb in ohai-8.24.1 vs lib/ohai/exception.rb in ohai-8.25.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