logger = $logger; } /** * {@inheritdoc} */ public function processException(\Exception $e) { $this->logger->critical($e); } }