Home
last modified time | relevance | path

Searched refs:ContainerException (Results 1 – 3 of 3) sorted by relevance

/web-bugs/src/Container/
H A DContainer.php6 use App\Container\Exception\ContainerException; alias
92 throw new ContainerException($id.' entry must be callable.');
94 throw new ContainerException($id.' entry contains a circular reference.');
/web-bugs/src/Container/Exception/
H A DContainerException.php8 class ContainerException extends \Exception implements ContainerExceptionInterface class
/web-bugs/tests/Unit/Container/
H A DContainerTest.php6 use App\Container\Exception\ContainerException; alias
72 $this->expectException(ContainerException::class);
90 $this->expectException(ContainerException::class);

Completed in 15 milliseconds