You are here

public function ServiceCircularReferenceException::getPath in Zircon Profile 8

Same name and namespace in other branches
  1. 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\Exception

Code

public function getPath() {
  return $this->path;
}