Ai_GirlFriend/xunifriend_RaeeC/vendor/maennchen/zipstream-php/src/Exception.php

13 lines
148 B
PHP
Raw Normal View History

2026-01-31 19:15:41 +08:00
<?php
declare(strict_types=1);
namespace ZipStream;
/**
* This class is only for inheriting
*/
abstract class Exception extends \Exception
{
}