This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
kevin
/
r2c
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
f1176a3546
Branches
Tags
master
r2c
/
vendor
/
psr
/
log
/
Psr
/
Log
/
InvalidArgumentException.php
InvalidArgumentException.php
96 B
Verlauf
Originalformat
1
2
3
4
5
6
7
<?php
namespace Psr\Log;
class InvalidArgumentException extends \InvalidArgumentException
{
}