]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Clean up unused exceptions
authorSean McGinnis <sean_mcginnis@dell.com>
Wed, 3 Jun 2015 04:29:01 +0000 (23:29 -0500)
committerSean McGinnis <sean_mcginnis@dell.com>
Wed, 3 Jun 2015 13:29:21 +0000 (08:29 -0500)
commitdd5b405accb81b79cd34ed2f5f3776c378844b62
tree2738efe7374602b01fe3f1eaa9cdf0849a993100
parente2de169c6e34954ca943cfbae94f56410b9885c5
Clean up unused exceptions

Over the last cycle several drivers were removed. There
have also been changes over time in the code. As a
result, there were quite a few exception class declarations
that were no longer being used anywhere in the code base.

This removes Exception classes that were not referenced.

Change-Id: Ieed6e6e81196e7fe62d0ce22bab5620ac4a1269d
cinder/exception.py