Please enable JavaScript in your browser!
Home
Explore
Help
Register
Sign In
sunlight
/
menu
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Commits
89
Releases
0
Wiki
菜谱项目
Tree:
9cb9ed0865
Branches
Tags
master
menu
/
vendor
/
psr
/
log
/
Psr
/
Log
/
InvalidArgum...
InvalidArgumentException.php
96B
History
Raw
1
2
3
4
5
6
7
8
<?php
namespace Psr\Log;
class InvalidArgumentException extends \InvalidArgumentException
{
}