Просмотр файла vendor/nelexa/zip/src/Exception/RuntimeException.php

Размер файла: 249B
<?php

namespace PhpZip\Exception;

/**
 * Runtime exception.
 * Exception thrown if an error which can only be found on runtime occurs.
 *
 * @author Ne-Lexa [email protected]
 * @license MIT
 */
class RuntimeException extends \RuntimeException
{
}