From 04cc10a80fe788609d84aa0db48866a8c2a99b58 Mon Sep 17 00:00:00 2001 From: Robert Haines Date: Sun, 14 Aug 2022 16:33:13 +0100 Subject: [PATCH] Remove the InternalError class (never used). --- lib/zip/errors.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/zip/errors.rb b/lib/zip/errors.rb index d67c8c8..bb15b6b 100644 --- a/lib/zip/errors.rb +++ b/lib/zip/errors.rb @@ -6,7 +6,6 @@ module Zip class DestinationFileExistsError < Error; end class EntryNameError < Error; end class EntrySizeError < Error; end - class InternalError < Error; end class CompressionMethodError < Error attr_reader :compression_method