Remove the InternalError class (never used).

This commit is contained in:
Robert Haines 2022-08-14 16:33:13 +01:00
parent 51231673a4
commit 04cc10a80f
1 changed files with 0 additions and 1 deletions

View File

@ -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