/
home
/
techb158
/
dev.balacoffee.com
/
vendor
/
sebastian
/
object-reflector
/
src
/
/home/techb158/dev.balacoffee.com/vendor/sebastian/object-reflector/src
mkdir
upload
Name
Size
Mode
Actions
Exception.php
376
0644
edit
dl
rm
InvalidArgumentException.php
408
0644
edit
dl
rm
ObjectReflector.php
1231
0644
edit
dl
rm
Edit:
/home/techb158/dev.balacoffee.com/vendor/sebastian/object-reflector/src/Exception.php
(376B)
<?php declare(strict_types=1); /* * This file is part of sebastian/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. */ namespace SebastianBergmann\ObjectReflector; use Throwable; interface Exception extends Throwable { }
Save
* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace SebastianBergmann\ObjectReflector; use Throwable; interface Exception extends Throwable { }