This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
FengR
/
admin_consumer
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
a476dfd252
Ramas
Etiquetas
master
admin_consumer
/
vendor
/
theseer
/
tokenizer
/
src
/
Exception.php
Exception.php
102 B
Histórico
Raw
1
2
3
4
5
<?php declare(strict_types = 1);
namespace TheSeer\Tokenizer;
class Exception extends \Exception {
}