lib/ohai/exception.rb in ohai-14.5.4 vs lib/ohai/exception.rb in ohai-14.6.2

- old
+ new

@@ -15,9 +15,10 @@ # See the License for the specific language governing permissions and # limitations under the License. # module Ohai + # Ohai specific exceptions module Exceptions class Exec < RuntimeError; end class Error < StandardError; end class InvalidPlugin < Error; end class InvalidPluginName < Error; end