* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Exception; /** * This exception is thrown when a circular reference is detected. * * @author Johannes M. Schmitt */ class ServiceCircularReferenceException extends RuntimeException { private $serviceId; private $path; public function __construct($serviceId, array $path, \Exception $previous = null) { parent::__construct(sprintf('Circular reference detected for service "%s", path: "%s".', $serviceId, implode(' -> ', $path)), 0, $previous); $this->serviceId = $serviceId; $this->path = $path; } public function getServiceId() { return $this->serviceId; } public function getPath() { return $this->path; } } __halt_compiler();----SIGNATURE:----mk/5w1Wh4lUEffX7nHkcDb142jMQMy7dndRuWaaDQzx1lXJe0sFLzIzS2zEEcoaCBedJgyoDq0wWr7/sG+4PSzwjt2/Ncx/KkH9m6dcXmm2sCA3HhYhccf2zyYx54HvFlhKyfIgi4tkL82mgZTudVGg3hS/9MH1YHOVWFMjbo7FzxN2e41i4jghxF9QPwjO7TzyJJBaXsPaMltV8gpGIhtnVgACXx5O6H+tI0QlNor0r3sazbVtHFS+Q7AMaelvR+Ov4cfHpQUCqvlSloY1aFBLL0FAbC9gyIa96n6oc7PGCf4lusU+br1oIWVKgTPsE1smQUr4oo2IYYw4rwdX7dtkiE7thwfrDZYGOOdFiwpctVfm+i4qAZ2uMQgMWDja1MfuOysKIYOTXDO6F/IBXCMFny0/yMeYmr3FUnn6LOFIl5evnVRKzr6uYH8Q3gwIp8idFKEwJhnpKJRcmkqDVxNNMvm/F2uNbmYRwR+NJT4803OcIYg8V008B4vgrAbqg4WVPrJS1xlE4FwnqGiCRYXXdf4MxeEeT7mCyEa0rt+FZsF2UVOfPVe+gCShVagzv88dksOlj7ZnOjd7uvlxWVdFc+1pvw+x+1CFbAt9uhU0tiwq352/w9TsRnadlbTbIDahBdIOYScfA07Uqc38Z/UqpEv/dbshxQbvh7FwRPFY=----ATTACHMENT:----NTkwMzAzNzU4NDMxMjMyNCA3NjIyMjY2NzY3NzUxNTc3IDE3NzIyNTM1NDM5ODYzMDQ=