ees_microsoft_teams/enterprise_search_wrapper.py [91:96]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            )
        except ValueError as error:
            raise ValueError(f"Please compare the Enterprise Search version used while running the installation \
                                to the version of Enterprise Search installed. Error: {error}")
        except Exception as exception:
            self.logger.exception(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



ees_microsoft_teams/enterprise_search_wrapper.py [117:122]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            )
        except ValueError as error:
            raise ValueError(f"Please compare the Enterprise Search version used while running the installation \
                                to the version of Enterprise Search installed. Error: {error}")
        except Exception as exception:
            self.logger.exception(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



