This website works better with JavaScript
Startseite
Erkunden
Hilfe
Registrieren
Anmelden
root
/
bab-icon
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
7a609d95e9
Branches
Tags
master
v1.0.11.14.0055
bab-icon
/
app
/
Exceptions
/
WapException.php
WapException.php
98 B
Verlauf
Originalformat
1
2
3
4
5
6
7
8
9
10
<?php
namespace App\Exceptions;
use Exception;
class WapException extends Exception
{
//
}