Current path: home/webdevt/www/schtroumpf.fr/vendor/maennchen/zipstream-php/src/
?? Go up: /home/webdevt/www/schtroumpf.fr/vendor/maennchen/zipstream-php
<?php
declare(strict_types=1);
namespace ZipStream;
/**
* This class is only for inheriting
*/
abstract class Exception extends \Exception
{
}