SYMBOL INDEX (5 symbols across 3 files) FILE: src/ContainerExceptionInterface.php type ContainerExceptionInterface (line 10) | interface ContainerExceptionInterface extends Throwable FILE: src/ContainerInterface.php type ContainerInterface (line 10) | interface ContainerInterface method get (line 22) | public function get(string $id); method has (line 35) | public function has(string $id): bool; FILE: src/NotFoundExceptionInterface.php type NotFoundExceptionInterface (line 8) | interface NotFoundExceptionInterface extends ContainerExceptionInterface