ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ZipStream\Exception\OverflowException Class Reference

This Exception gets invoked if a counter value exceeds storage size. More...

+ Inheritance diagram for ZipStream\Exception\OverflowException:
+ Collaboration diagram for ZipStream\Exception\OverflowException:

Public Member Functions

 __construct ()
 

Detailed Description

This Exception gets invoked if a counter value exceeds storage size.

Definition at line 11 of file OverflowException.php.

Constructor & Destructor Documentation

◆ __construct()

ZipStream\Exception\OverflowException::__construct ( )

Definition at line 13 of file OverflowException.php.

14 {
15 parent::__construct('File size exceeds limit of 32 bit integer. Please enable "zip64" option.');
16 }

The documentation for this class was generated from the following file: