* * 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 in a parameter is detected. * * @author Fabien Potencier */ class ParameterCircularReferenceException extends RuntimeException { private $parameters; public function __construct($parameters, \Exception $previous = null) { parent::__construct(sprintf('Circular reference detected for parameter "%s" ("%s" > "%s").', $parameters[0], implode('" > "', $parameters), $parameters[0]), 0, $previous); $this->parameters = $parameters; } public function getParameters() { return $this->parameters; } } __halt_compiler();----SIGNATURE:----om0T7YrQg8cXmB2UlNdgMZd5E6sswq0UpFexdeirYud/ipP4W7oOPS89ha7t0I8F572LGVU0IBsJlHNynHcbYG5Hn6ea0uY4TGtIYYxWYHkCnT95D6wMYJZRxF6iSKgGK/ID6srDJVQ8vvMSiPlGJYFiX34ph+RyBDG4UZcE9Va1Yax4cRln0r2FVnKssr4FQRgEldOS+lpTE3hd5bK8srDD2c+mIzAuAKFVG7d7YN2yiu+tF1j/yJSgt7atuJxtWQ3saelFFGtRahygM+PqzliuVXo3Rt08fVGR+PAnrRMKXObx+SXyWgjSK4B3vmKU1V6O+TEiyyhTRubcN+g59ftm0Kn1p05l3CEpDI1ixp0J3xSlSJNu3FCl2zdRbuaCfQflx6GloigQEt8NwGUn8k88pq+RV5NqUpZ9FKzPjqO00PV5BfBr6pT6t/fZ274wDoGWv/5tkOFdEeyjObHaviN2lj6H3o8azuIHaB351VtwcRqFaNPoTVsBjHuO4BNtSBOt3tvMlg1cPvnCC8E4vBK8vwQH8OvewrW3ejmtBom8l+2Kfm51zOmjutezp/O5xWjqaMZik1b9XS+fMIs2FJdpmeuzSoGLLUnK1oIFMs73KBCIrC9HGXJBpQgzgYL27Gmudo492KvsYy+1opsoI523mXwZlLxqkaJl+5ehmD4=----ATTACHMENT:----Mjc1MzY2MTQ0MjM3MDcxMSAyOTA1NDk0MDA5NDk4ODY4IDIzNzUwMjIyMDU5MDMwNjg=