This website works better with JavaScript
Startseite
Erkunden
Hilfe
Registrieren
Anmelden
Apq
/
speedtest-x
Mirror von
https://github.com/BadApple9/speedtest-x.git
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Wiki
Struktur:
dd8bbe1080
Branches
Tags
docker
master
20241006
20220725
speedtest-x
/
backend
/
SleekDB
/
Exceptions
/
EmptyFieldNameException.php
EmptyFieldNameException.php
92 B
Verlauf
Originalformat
1
2
3
4
5
6
7
<?php
namespace SleekDB\Exceptions;
class EmptyFieldNameException extends \Exception {}