first commit
This commit is contained in:
11
phpspreadsheet_1.8.1.0_php-7.0/vendor/maennchen/zipstream-php/src/Exception.php
vendored
Executable file
11
phpspreadsheet_1.8.1.0_php-7.0/vendor/maennchen/zipstream-php/src/Exception.php
vendored
Executable file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace ZipStream;
|
||||
|
||||
/**
|
||||
* This class is only for inheriting
|
||||
*/
|
||||
abstract class Exception extends \Exception
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user