Refactoring
This commit is contained in:
10
lib/composer/vendor/league/container/src/Exception/NotFoundException.php
vendored
Normal file
10
lib/composer/vendor/league/container/src/Exception/NotFoundException.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace League\Container\Exception;
|
||||
|
||||
use Interop\Container\Exception\NotFoundException as NotFoundExceptionInterface;
|
||||
use InvalidArgumentException;
|
||||
|
||||
class NotFoundException extends InvalidArgumentException implements NotFoundExceptionInterface
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user