File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 3
3
* @license http://www.opensource.org/licenses/mit-license.php MIT (see the LICENSE file)
4
4
*/
5
5
6
- namespace Psr \Container \ Exception ;
6
+ namespace Psr \Container ;
7
7
8
8
/**
9
9
* Base interface representing a generic exception in a container.
Original file line number Diff line number Diff line change 5
5
6
6
namespace Psr \Container ;
7
7
8
- use Psr \Container \Exception \ContainerException ;
9
- use Psr \Container \Exception \NotFoundException ;
10
-
11
8
/**
12
9
* Describes the interface of a container that exposes methods to read its entries.
13
10
*/
Original file line number Diff line number Diff line change 3
3
* @license http://www.opensource.org/licenses/mit-license.php MIT (see the LICENSE file)
4
4
*/
5
5
6
- namespace Psr \Container \ Exception ;
6
+ namespace Psr \Container ;
7
7
8
8
/**
9
9
* No entry was found in the container.
You can’t perform that action at this time.
0 commit comments