* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Debug\Exception; /** * Error Exception with Variable Context. * * @author Christian Sciberras * * @deprecated since version 3.3. Instead, \ErrorException will be used directly in 4.0. */ class ContextErrorException extends \ErrorException { private $context = array(); public function __construct($message, $code, $severity, $filename, $lineno, $context = array()) { parent::__construct($message, $code, $severity, $filename, $lineno); $this->context = $context; } /** * @return array Array of variables that existed when the exception occurred */ public function getContext() { @trigger_error(sprintf('The %s class is deprecated since Symfony 3.3 and will be removed in 4.0.', __CLASS__), E_USER_DEPRECATED); return $this->context; } } __halt_compiler();----SIGNATURE:----r6TYSc7KgwhNmbNBLN9xLGrWp2WISYMuspKXYewNK0xlczt6i93opHRtkhx8zcvOI/1C0JtQCjxOvggrslnBb6zw3NNrwmm6qkVcoPq3kWkhREEJnMwD1LMU/pD7cKMYVWMDJo7ViPBs9TZ5JAZZf3Dcstp3MvcvPFZVtmC/lp2UWuiTx4ZJdDHklzP1SNbq1oQ2l4ARJ2vTFrqt5Y3+r/jBWt7OJNRAf21Z0oEOxpWvde9kUKbkekw0vtjYlNSiGDO7pHAU9n7nTxdu9ldWiRpYCXlqUUy3i6iVkQ+iB/EgOn7b9VWsey2J2+Mwt4FTsmMZxMdE8l+4/OKEO5l0A4tGRzVTbjck9kn4lZtBYoU33iVTfIQRxCrV9GGaYDrDRlhQ20Q88/h4+dpgugCsVrd9bPWha7JAT4e65z740so89sljgQJYZ//Jj7D/WMSrWSnfT15R0MiF8UPvsjDUcKjPCf5HqPFdeeawNM9a3Zazsfd3DR9zhsk6oAtC7hj2XAYoSauOmrOe9N64YJo+inFmRBNHM7kRcW/g+nfijbUjoRs5k05f9kisx2lYQtoH0TI+HyNhtedrRu9Xksgf9zOxWOT+XMMCGOnUmWTete58uBDJpjBryu9uXyNg0Evfc28hS73wTqyYOwUVo9q3GIz1p1kiKJFYgvOIzHYLdAE=----ATTACHMENT:----NzczMjk4NjE0ODM1NjUxOSA4NzcxMzcxMDA2MjQzOTYxIDM4NzYzMjU4ODY1NDY4MTU=