| Current Path : /proc/self/root/var/www/html/bnf.sumar.com.py/lib/zipstream/src/ |
| Current File : //proc/self/root/var/www/html/bnf.sumar.com.py/lib/zipstream/src/Exception.php |
<?php
declare(strict_types=1);
namespace ZipStream;
/**
* This class is only for inheriting
*/
abstract class Exception extends \Exception
{
}