/**
  * {@inheritdoc}
  */
 protected function getFileHandler()
 {
     try {
         return parent::getFileHandler();
     } catch (\MVar\LogParser\Exception\ParserException $exception) {
         throw new ParserException($exception->getMessage(), $exception->getCode(), $exception);
     }
 }