This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
chendeben
/
sphinx
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
ba16f6b8db
Ramas
Etiquetas
master
sphinx
/
vendor
/
theseer
/
tokenizer
/
src
/
Exception.php
Exception.php
103 B
Histórico
Raw
1
2
3
4
5
6
<?php declare(strict_types = 1);
namespace TheSeer\Tokenizer;
class Exception extends \Exception {
}