Searched refs:ContainerException (Results 1 – 3 of 3) sorted by relevance
6 use App\Container\Exception\ContainerException; alias92 throw new ContainerException($id.' entry must be callable.');94 throw new ContainerException($id.' entry contains a circular reference.');
8 class ContainerException extends \Exception implements ContainerExceptionInterface class
6 use App\Container\Exception\ContainerException; alias72 $this->expectException(ContainerException::class);90 $this->expectException(ContainerException::class);
Completed in 6 milliseconds