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