public function ServiceCircularReferenceException::getPath in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/dependency-injection/Exception/ServiceCircularReferenceException.php \Symfony\Component\DependencyInjection\Exception\ServiceCircularReferenceException::getPath()
File
- vendor/
symfony/ dependency-injection/ Exception/ ServiceCircularReferenceException.php, line 37
Class
- ServiceCircularReferenceException
- This exception is thrown when a circular reference is detected.
Namespace
Symfony\Component\DependencyInjection\ExceptionCode
public function getPath() {
return $this->path;
}