|
1
|
<?php |
|
2
|
|
|
3
|
namespace IAWPSCOPED\Illuminate\Container; |
|
4
|
|
|
5
|
use Exception; |
|
6
|
use IAWPSCOPED\Psr\Container\NotFoundExceptionInterface; |
|
7
|
/** @internal */ |
|
8
|
class EntryNotFoundException extends Exception implements NotFoundExceptionInterface |
|
9
|
{ |
|
10
|
// |
|
11
|
} |
|
12
|
|