/
home
/
techb158
/
ileadtechnology.com
/
vendor
/
sebastian
/
object-reflector
/
src
/
/home/techb158/ileadtechnology.com/vendor/sebastian/object-reflector/src
mkdir
upload
Name
Size
Mode
Actions
Exception.php
334
0644
edit
dl
rm
InvalidArgumentException.php
400
0644
edit
dl
rm
ObjectReflector.php
1160
0644
edit
dl
rm
Edit:
/home/techb158/ileadtechnology.com/vendor/sebastian/object-reflector/src/Exception.php
(334B)
<?php /* * This file is part of object-reflector. * * (c) Sebastian Bergmann <sebastian@phpunit.de> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace SebastianBergmann\ObjectReflector; interface Exception { }
Save
* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace SebastianBergmann\ObjectReflector; interface Exception { }