This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
root
/
x-39-php-9019
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
90158d9ef2
Rami (Branch)
Tag
master
x-39-php-9019
/
vendor
/
maennchen
/
zipstream-php
/
src
/
Exception.php
Exception.php
103 B
Cronologia
Originale
1
2
3
4
5
6
7
8
9
<?php
declare(strict_types=1);
namespace ZipStream;
abstract class Exception extends \Exception
{
}