lib/ohai/exception.rb in ohai-8.26.1 vs lib/ohai/exception.rb in ohai-13.0.0
- old
+ new
@@ -27,8 +27,7 @@
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