File "Exception.php"
Full path: /home/fsibplc/public_html/fsib/vendor/maennchen/zipstream-php/src/Exception.php
File
size: 147 B (147 B bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
declare(strict_types=1);
namespace ZipStream;
/**
* This class is only for inheriting
*/
abstract class Exception extends \Exception
{
}