Merge "Storage exceptions should inherit TuskarException"
This commit is contained in:
commit
f2000d43f0
@ -12,8 +12,10 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
|
from tuskar.common import exception
|
||||||
|
|
||||||
class StorageException(Exception):
|
|
||||||
|
class StorageException(exception.TuskarException):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user