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.
Reviewed: https:/ /review. openstack. org/464635 /git.openstack. org/cgit/ openstack/ synergy- service/ commit/ ?id=a8c06a001ca 5f5e2f7dd98a294 32238582f5138d
Committed: https:/
Submitter: Jenkins
Branch: master
commit a8c06a001ca5f5e 2f7dd98a2943223 8582f5138d
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 ef7397bad9b8398 c24d52b5fe1
Change-Id: I202e063198ee9a
Sem-Ver: bugfix