/
home
/
techb158
/
dev.balacoffee.com
/
vendor
/
sebastian
/
object-enumerator
/
src
/
/home/techb158/dev.balacoffee.com/vendor/sebastian/object-enumerator/src
mkdir
upload
Name
Size
Mode
Actions
Enumerator.php
2297
0644
edit
dl
rm
Exception.php
378
0644
edit
dl
rm
InvalidArgumentException.php
410
0644
edit
dl
rm
Edit:
/home/techb158/dev.balacoffee.com/vendor/sebastian/object-enumerator/src/Exception.php
(378B)
<?php declare(strict_types=1); /* * This file is part of sebastian/object-enumerator. * * (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\ObjectEnumerator; 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\ObjectEnumerator; use Throwable; interface Exception extends Throwable { }