Your IP : 216.73.217.13


Current Path : /home/poneycluc/www/plugins/system/t4/vendor/nelexa/zip/src/Exception/
Upload File :
Current File : /home/poneycluc/www/plugins/system/t4/vendor/nelexa/zip/src/Exception/RuntimeException.php

<?php

namespace PhpZip\Exception;

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