Files
zyt/server/vendor/maennchen/zipstream-php/src/Exception.php
T
2026-03-01 14:17:59 +08:00

13 lines
148 B
PHP

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