<?php

declare (strict_types=1);
namespace LWVendor\ZipStream;

abstract class Exception extends \Exception
{
}
