diff options
author | Igor Scheller <igor.scheller@igorshp.de> | 2017-09-21 18:37:37 +0200 |
---|---|---|
committer | Igor Scheller <igor.scheller@igorshp.de> | 2017-09-21 18:37:37 +0200 |
commit | 212760d4c93ce14e9ae34ef207bbb8f48a7dd9a7 (patch) | |
tree | 3fe9dd267bf3584f206ae589c1b168a58eabafb2 /src/Container/NotFoundException.php | |
parent | 945fcb079a219fa29e8f6ee1afc3f1c0c5c822cb (diff) |
Changed Container to Illuminate/Container
@see https://laravel.com/docs/5.5/container
@see https://davejamesmiller.com/2017/06/15/laravel-illuminate-container-in-depth
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 -{ - -} |