Просмотр файла vendor/nelexa/zip/src/PhpZip/Exception/ZipUnsupportMethod.php

Размер файла: 286B
<?php

namespace PhpZip\Exception;

/**
 * Thrown if entry unsupport compression method.
 *
 * @author Ne-Lexa [email protected]
 * @license MIT
 * @deprecated Rename exception class, using ZipUnsupportMethodException
 */
class ZipUnsupportMethod extends ZipUnsupportMethodException
{
}