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
|
||||
# under the License.
|
||||
|
||||
from tuskar.common import exception
|
||||
|
||||
class StorageException(Exception):
|
||||
|
||||
class StorageException(exception.TuskarException):
|
||||
pass
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user