View file vendor/nelexa/zip/src/PhpZip/Exception/ZipUnsupportMethodException.php

File size: 145B
<?php

namespace PhpZip\Exception;

/**
 * Class ZipUnsupportMethodException.
 */
class ZipUnsupportMethodException extends RuntimeException
{
}