zhaojs
2023-10-07 6c7bba2e05c011a3d640b6565a113204228e92e0
1
2
3
4
5
6
7
8
9
10
<?php
 
namespace PhpZip\Exception;
 
/**
 * Class ZipUnsupportMethodException.
 */
class ZipUnsupportMethodException extends ZipException
{
}