Просмотр файла vendor/nelexa/zip/src/PhpZip/Exception/ZipException.php
<?php namespace PhpZip\Exception; /** * Signals that a Zip exception of some sort has occurred. * * @author Ne-Lexa [email protected] * @license MIT * @see \Exception */ class ZipException extends \Exception { }