2022-11-28 10:27:30 +01:00

12 lines
147 B
PHP
Executable File

<?php
declare(strict_types=1);
namespace ZipStream;
/**
* This class is only for inheriting
*/
abstract class Exception extends \Exception
{
}