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

11 lines
118 B
PHP
Raw Normal View History

2026-01-31 19:15:41 +08:00
<?php
declare(strict_types=1);
namespace ZipStream;
/**
2026-02-28 09:40:18 +08:00
* @api
2026-01-31 19:15:41 +08:00
*/
2026-02-28 09:40:18 +08:00
abstract class Exception extends \Exception {}