* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Config\Definition\Exception; /** * A very general exception which can be thrown whenever non of the more specific * exceptions is suitable. * * @author Johannes M. Schmitt */ class InvalidConfigurationException extends Exception { private $path; private $containsHints = false; public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } /** * Adds extra information that is suffixed to the original exception message. * * @param string $hint */ public function addHint($hint) { if (!$this->containsHints) { $this->message .= "\nHint: ".$hint; $this->containsHints = true; } else { $this->message .= ', '.$hint; } } } __halt_compiler();----SIGNATURE:----bUdE5iySg13xXOls/A7TXYBplQ0TX+i8FtrUpJHLCAidNPWlZDEyahPn6l9DBNxq0wpjucnuZ+izXetRs3e9ZJ8c4WqqxMRaCc39euX8OwGQf14qrmHPD6iq5PCUmvFlPD1OlRQkEjjFJLA/nJ+O5P5g8n2T6xfInJM+Ml33n0v8JgPPcjgdAJu3CAihEfr9lumMJ+aJg1r0AdTjN1ONjmdl+W6BxXFvBFhvGHb0ZDuzuGtjifbUEzDX8njXF2AhHB2lapEgi5tUN9jEVBAga9j0iTz98dnJP3znI5jrZZgXZiNq0J+aO4f9N5Uw53Qf4D268cRgljARxTP6ra6bzuZEFJgHe9dwtT5gFcij4e5Mc4xWgDSqrWF0cATgMBzSf1S8kVgNRe03ph7+yIyeFJDwnT59Sf6uU3p2JJVtupBd//ekXBvCJ+AcZfUJ3CFnnMD7NoWlQLqN6UqxbpVdtsB8mSRaoIXoCoyNwXbQzoEmV7IepyyNRw1bL8mtcQ1cvq2q9uNIMYH2pRGM2Lw8kFrlZl//HyiQxH3DMbB5F7nGMeATT2/foGNnWjtQ1DaJZoab4xTtdBQUv3WDmhwzNIatO1HXnnS7k3ki4HBSivBMwLnbYnSM9XQ2GE3SEGdAcJ+PKH2S7CaQAZEjxaA4fiNDq1+lS98MauShLg1/hr4=----ATTACHMENT:----MzM1MDU5OTgyNjYwMzM4NCAxNjg1OTA5NDM0MDI4NDgxIDU5OTkzMzc0OTkzMjY1OTM=