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

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

namespace PhpZip\Exception;

/**
 * Thrown if entry unsupport compression method.
 *
 * @author Ne-Lexa [email protected]
 * @license MIT
 * @see \Exception
 */
class ZipUnsupportMethod extends ZipException
{
}