Comment 3 for bug 1690795

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to synergy-service (master)

Reviewed: https://review.openstack.org/464635
Committed: https://git.openstack.org/cgit/openstack/synergy-service/commit/?id=a8c06a001ca5f5e2f7dd98a29432238582f5138d
Submitter: Jenkins
Branch: master

commit a8c06a001ca5f5e2f7dd98a29432238582f5138d
Author: Lisa Zangrando <email address hidden>
Date: Mon May 15 15:04:39 2017 +0200

    Synergy should never raise Exception directly

    The basic Exception can be used anywhere in the code but however, no
    program nor library should ever raise Exception directly: it's not
    specific enough to be helpful. This fix better handles the exceptions by
    removing the Exception occurencies and adding a new SynergyError type.

    Bug: #1690795
    Change-Id: I202e063198ee9aef7397bad9b8398c24d52b5fe1
    Sem-Ver: bugfix