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 33 * @license http://www.opensource.org/licenses/mit-license.php MIT (see the LICENSE file)
44 */
55
6- namespace Psr \Container \ Exception ;
6+ namespace Psr \Container ;
77
88/**
99 * Base interface representing a generic exception in a container.
Original file line number Diff line number Diff line change 55
66namespace Psr \Container ;
77
8- use Psr \Container \Exception \ContainerException ;
9- use Psr \Container \Exception \NotFoundException ;
10-
118/**
129 * Describes the interface of a container that exposes methods to read its entries.
1310 */
Original file line number Diff line number Diff line change 33 * @license http://www.opensource.org/licenses/mit-license.php MIT (see the LICENSE file)
44 */
55
6- namespace Psr \Container \ Exception ;
6+ namespace Psr \Container ;
77
88/**
99 * No entry was found in the container.
You can’t perform that action at this time.
0 commit comments