Просмотр файла vendor/nelexa/zip/src/PhpZip/Exception/ZipUnsupportMethod.php
<?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 { }