| Current Path : /var/www/cesa.co.za/vendor/maennchen/zipstream-php/src/ |
| Current File : /var/www/cesa.co.za/vendor/maennchen/zipstream-php/src/Exception.php |
<?php
declare(strict_types=1);
namespace ZipStream;
abstract class Exception extends \Exception {}