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

File size: 169B
<?php

namespace PhpZip\Exception;

/**
 * Runtime exception.
 *
 * @author Ne-Lexa [email protected]
 * @license MIT
 */
class RuntimeException extends ZipException
{
}