Commit ff1fb3af authored by Fabien Potencier's avatar Fabien Potencier

removed obsolete code

parent df291b12
......@@ -24,12 +24,10 @@ use Symfony\Component\HttpKernel\KernelEvents;
class ExceptionHandler implements EventSubscriberInterface
{
protected $debug;
protected $enabled;
public function __construct($debug)
{
$this->debug = $debug;
$this->enabled = true;
}
public function onSilexError(GetResponseForExceptionEvent $event)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment