* * 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:----Vq0yk7ZthP8rwhvY+jbR0FhvsWkci/p96K5oP2LllO53CMB0TvIlA9LXUP9tVc4zNV/1mWUglpAOjJs19NmB7228eFUO9QOkTTVuAJjpHl1dwfrKoBUCAz3zEsdBVb+oI9SJw38Ew2HS/xU+2d7poTh4UdMNI3y18bRL4RVawdSDKzSqiiS/CChrvUZcoj1e5fvT4GJsYRMqcKsspDYksdqyy0CHdVmsrX6IHwtCpSw4jD1r/Va41hAYAtJaAvI3OmN72LarfEOv0pWMBaVDA4XoUGleoRG30Vo4OYpMQyDvJ7krOu8GYkbt6sfO41zVeqjRUkwAmT8sh4KpYU93ntk+ZhpGGCE5ztoAvwwz9ql3Q8laOWDZKlluYt9k9ycpj11p3TQOlGdePtxWWl4H2aYctRpZzM/NRNetPQzitOgK4TuORqjbX0Q24c/VWBtC+PSup3pwebUo9voHNlNkiWozfHuo7G+NeU/Yyh7i7QlSit6elEnZfLo+UOkRwTfJmnEoRghipExoaiO8gxyAoVwM8PpMPDwpVT3UC9KfpEIJRTJlmDD7ufE/ffgbUAgpkRhjjd2xIh06n5T/4K+6+TDZ9fRx+ULLIGPNsTbbBGCCzHn5RR7NIUvlWyDhg0XEc4IxpVWvxTaMAxF7IhESL5Tzgm6adXxu/GjLmkzBNmM=----ATTACHMENT:----MzYzNTMzMjEwMzIzODkzNiA4MTQzMzI1NTE4NDkyODM3IDg0MDA2NDYwOTM0NzkxMTg=