<?php namespace PhpZip\Exception; /** * Thrown if entry unsupport compression method. * * @author Ne-Lexa alexey@nelexa.ru * @license MIT * @see \Exception */ class ZipUnsupportMethod extends ZipException { }