diff options
Diffstat (limited to 'src/Container/NotFoundException.php')
-rw-r--r-- | src/Container/NotFoundException.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/Container/NotFoundException.php b/src/Container/NotFoundException.php deleted file mode 100644 index a83be0b1..00000000 --- a/src/Container/NotFoundException.php +++ /dev/null @@ -1,10 +0,0 @@ -<?php - -namespace Engelsystem\Container; - -use Psr\Container\NotFoundExceptionInterface; - -class NotFoundException extends ContainerException implements NotFoundExceptionInterface -{ - -} |