/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
league
/
container
/
src
/
Exception
/
/var/www/vhosts/ihelp.ro/httpdocs/vendor/league/container/src/Exception
mkdir
upload
Name
Size
Mode
Actions
ContainerException.php
235
0644
edit
dl
rm
NotFoundException.php
248
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/vendor/league/container/src/Exception/NotFoundException.php
(248B)
<?php declare(strict_types=1); namespace League\Container\Exception; use Psr\Container\NotFoundExceptionInterface; use InvalidArgumentException; class NotFoundException extends InvalidArgumentException implements NotFoundExceptionInterface { }
Save