Your IP : 216.73.216.95


Current Path : /var/www/ljmtc/cbt/lib/zipstream/src/
Upload File :
Current File : /var/www/ljmtc/cbt/lib/zipstream/src/Exception.php

<?php
declare(strict_types=1);

namespace ZipStream;

/**
 * This class is only for inheriting
 */
abstract class Exception extends \Exception
{
}